Html Css Color HEX #F219AA Spicy Pink

📋 copy color: '#F219AA'

red 242 ◦ green 25 ◦ blue 170

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

Shades of Spicy Pink #F219AA

Tints of Spicy Pink #F219AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.72%

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

R = 55.38%
G = 5.72%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F219AA (or 0xF219AA) is known color: Spicy Pink. HEX triplet: F2, 19 and AA. RGB value is (242,25,170). Sum of RGB (Red+Green+Blue) = 242+25+170=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F219AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F219AA is #0DE655. Grayscale: #6A6A6A. Windows color (decimal): -910934 or 11147762. OLE color: 11147762.

HSL color Cylindrical-coordinate representation of color #F219AA: hue angle of 319.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219AA is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 170 -
CMYK 0 0.90 0.30 0.05
HSL 319.91º 0.89% 0.52% -
HSV(B) 319.91º 0.9% 0.95% -
XYZ 44.22 22.47 40.04 -
YUV 106.41 163.89 224.71 -
System Red Green Blue C M Y K H S L
Decimal 242 25 170 0 0.90 0.30 0.05 319.91 0.89 0.52
Hex F2 19 AA 0 5A 1E 5 140 59 34
Octal 362 31 252 0 132 36 5 500 131 64
Binary 11110010 11001 10101010 0 1011010 11110 101 101000000 1011001 110100

Color Harmonies of #F219AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F219AA

Black with #F219AA

Text Example


Text Example

White with #F219AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F219AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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