Html Css Color HEX #F21CAC Spicy Pink

📋 copy color: '#F21CAC'

red 242 ◦ green 28 ◦ blue 172

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

Shades of Spicy Pink #F21CAC

Tints of Spicy Pink #F21CAC

RGB

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

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

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

R = 54.75%
G = 6.33%
B = 38.91%

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

#F21CAC (or 0xF21CAC) is known color: Spicy Pink. HEX triplet: F2, 1C and AC. RGB value is (242,28,172). Sum of RGB (Red+Green+Blue) = 242+28+172=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21CAC is #0DE353. Grayscale: #6C6C6C. Windows color (decimal): -910164 or 11279602. OLE color: 11279602.

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

Color convert

RGB 242 28 172 -
CMYK 0 0.88 0.29 0.05
HSL 319.63º 0.89% 0.53% -
HSV(B) 319.63º 0.88% 0.95% -
XYZ 44.48 22.69 41.06 -
YUV 108.4 163.9 223.29 -
System Red Green Blue C M Y K H S L
Decimal 242 28 172 0 0.88 0.29 0.05 319.63 0.89 0.53
Hex F2 1C AC 0 58 1D 5 140 59 35
Octal 362 34 254 0 130 35 5 500 131 65
Binary 11110010 11100 10101100 0 1011000 11101 101 101000000 1011001 110101

Color Harmonies of #F21CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21CAC

Black with #F21CAC

Text Example


Text Example

White with #F21CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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