Html Css Color HEX #F21EAA Spicy Pink

📋 copy color: '#F21EAA'

red 242 ◦ green 30 ◦ blue 170

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

Shades of Spicy Pink #F21EAA

Tints of Spicy Pink #F21EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 54.75%
G = 6.79%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F21EAA (or 0xF21EAA) is known color: Spicy Pink. HEX triplet: F2, 1E and AA. RGB value is (242,30,170). Sum of RGB (Red+Green+Blue) = 242+30+170=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21EAA is #0DE155. Grayscale: #6D6D6D. Windows color (decimal): -909654 or 11149042. OLE color: 11149042.

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

Color convert

RGB 242 30 170 -
CMYK 0 0.88 0.30 0.05
HSL 320.38º 0.89% 0.53% -
HSV(B) 320.38º 0.88% 0.95% -
XYZ 44.34 22.71 40.08 -
YUV 109.35 162.24 222.62 -
System Red Green Blue C M Y K H S L
Decimal 242 30 170 0 0.88 0.30 0.05 320.38 0.89 0.53
Hex F2 1E AA 0 58 1E 5 140 59 35
Octal 362 36 252 0 130 36 5 500 131 65
Binary 11110010 11110 10101010 0 1011000 11110 101 101000000 1011001 110101

Color Harmonies of #F21EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EAA

Black with #F21EAA

Text Example


Text Example

White with #F21EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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