Html Css Color HEX #F21EAC Spicy Pink

📋 copy color: '#F21EAC'

red 242 ◦ green 30 ◦ blue 172

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

Shades of Spicy Pink #F21EAC

Tints of Spicy Pink #F21EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 54.5%
G = 6.76%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F21EAC (or 0xF21EAC) is known color: Spicy Pink. HEX triplet: F2, 1E and AC. RGB value is (242,30,172). Sum of RGB (Red+Green+Blue) = 242+30+172=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21EAC is #0DE153. Grayscale: #6D6D6D. Windows color (decimal): -909652 or 11280114. OLE color: 11280114.

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

Color convert

RGB 242 30 172 -
CMYK 0 0.88 0.29 0.05
HSL 319.81º 0.89% 0.53% -
HSV(B) 319.81º 0.88% 0.95% -
XYZ 44.53 22.78 41.08 -
YUV 109.58 163.24 222.45 -
System Red Green Blue C M Y K H S L
Decimal 242 30 172 0 0.88 0.29 0.05 319.81 0.89 0.53
Hex F2 1E AC 0 58 1D 5 140 59 35
Octal 362 36 254 0 130 35 5 500 131 65
Binary 11110010 11110 10101100 0 1011000 11101 101 101000000 1011001 110101

Color Harmonies of #F21EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EAC

Black with #F21EAC

Text Example


Text Example

White with #F21EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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