Html Css Color HEX #F21CB2 Spicy Pink

📋 copy color: '#F21CB2'

red 242 ◦ green 28 ◦ blue 178

#F21CB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #F21CB2

Tints of Spicy Pink #F21CB2

RGB

 RED value IS 242 (94.92% from 255) = 54.02%

 GREEN value IS 28 (11.33% from 255) = 6.25%

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 54.02%
G = 6.25%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F21CB2 (or 0xF21CB2) is known color: Spicy Pink. HEX triplet: F2, 1C and B2. RGB value is (242,28,178). Sum of RGB (Red+Green+Blue) = 242+28+178=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21CB2 is #0DE34D. Grayscale: #6C6C6C. Windows color (decimal): -910158 or 11672818. OLE color: 11672818.

HSL color Cylindrical-coordinate representation of color #F21CB2: hue angle of 317.94º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21CB2 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 28 178 -
CMYK 0 0.88 0.26 0.05
HSL 317.94º 0.89% 0.53% -
HSV(B) 317.94º 0.88% 0.95% -
XYZ 45.07 22.92 44.17 -
YUV 109.09 166.9 222.8 -
System Red Green Blue C M Y K H S L
Decimal 242 28 178 0 0.88 0.26 0.05 317.94 0.89 0.53
Hex F2 1C B2 0 58 1A 5 13E 59 35
Octal 362 34 262 0 130 32 5 476 131 65
Binary 11110010 11100 10110010 0 1011000 11010 101 100111110 1011001 110101

Color Harmonies of #F21CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21CB2

Black with #F21CB2

Text Example


Text Example

White with #F21CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21CB2; }

 p { color: rgb(242,28,178); }

 H1.HeaderClassName
 {
   color: #F21CB2;
 }
 .AnyTagClassName
 {
   color: #F21CB2;
 }
</style>

background-color css

<style>
 a { background-color: #F21CB2; }

 a { background-color: rgb(242,28,178); }

 div.DivClassName
 {
   background-color: #F21CB2;
 }
 .BgClassName
 {
   background-color: #F21CB2;
 }
</style>

border-color css

<style>
 span { border-color: #F21CB2; }

 span { border-color: rgb(242,28,178); }

 td.TdClassName
 {
   border-color: #F21CB2;
 }
 .TagClassName
 {
   border-color: #F21CB2;
 }
</style>