Html Css Color HEX #F21EA8 Spicy Pink

📋 copy color: '#F21EA8'

red 242 ◦ green 30 ◦ blue 168

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

Shades of Spicy Pink #F21EA8

Tints of Spicy Pink #F21EA8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.82%

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 55%
G = 6.82%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F21EA8 (or 0xF21EA8) is known color: Spicy Pink. HEX triplet: F2, 1E and A8. RGB value is (242,30,168). Sum of RGB (Red+Green+Blue) = 242+30+168=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21EA8 is #0DE157. Grayscale: #6C6C6C. Windows color (decimal): -909656 or 11017970. OLE color: 11017970.

HSL color Cylindrical-coordinate representation of color #F21EA8: hue angle of 320.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 #F21EA8 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 30 168 -
CMYK 0 0.88 0.31 0.05
HSL 320.94º 0.89% 0.53% -
HSV(B) 320.94º 0.88% 0.95% -
XYZ 44.15 22.63 39.09 -
YUV 109.12 161.24 222.78 -
System Red Green Blue C M Y K H S L
Decimal 242 30 168 0 0.88 0.31 0.05 320.94 0.89 0.53
Hex F2 1E A8 0 58 1F 5 141 59 35
Octal 362 36 250 0 130 37 5 501 131 65
Binary 11110010 11110 10101000 0 1011000 11111 101 101000001 1011001 110101

Color Harmonies of #F21EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EA8

Black with #F21EA8

Text Example


Text Example

White with #F21EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EA8; }

 p { color: rgb(242,30,168); }

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

background-color css

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

 a { background-color: rgb(242,30,168); }

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

border-color css

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

 span { border-color: rgb(242,30,168); }

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