Html Css Color HEX #F412AA Spicy Pink

📋 copy color: '#F412AA'

red 244 ◦ green 18 ◦ blue 170

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

Shades of Spicy Pink #F412AA

Tints of Spicy Pink #F412AA

RGB

 RED value IS 244 (95.7% from 255) = 56.48%

 GREEN value IS 18 (7.42% from 255) = 4.17%

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

R = 56.48%
G = 4.17%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F412AA (or 0xF412AA) is known color: Spicy Pink. HEX triplet: F4, 12 and AA. RGB value is (244,18,170). Sum of RGB (Red+Green+Blue) = 244+18+170=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F412AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F412AA is #0BED55. Grayscale: #666666. Windows color (decimal): -781654 or 11145972. OLE color: 11145972.

HSL color Cylindrical-coordinate representation of color #F412AA: hue angle of 319.65º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412AA is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 18 170 -
CMYK 0 0.93 0.30 0.04
HSL 319.65º 0.91% 0.51% -
HSV(B) 319.65º 0.93% 0.96% -
XYZ 44.78 22.57 40.03 -
YUV 102.9 165.87 228.64 -
System Red Green Blue C M Y K H S L
Decimal 244 18 170 0 0.93 0.30 0.04 319.65 0.91 0.51
Hex F4 12 AA 0 5D 1E 4 140 5B 33
Octal 364 22 252 0 135 36 4 500 133 63
Binary 11110100 10010 10101010 0 1011101 11110 100 101000000 1011011 110011

Color Harmonies of #F412AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F412AA

Black with #F412AA

Text Example


Text Example

White with #F412AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F412AA; }

 p { color: rgb(244,18,170); }

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

background-color css

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

 a { background-color: rgb(244,18,170); }

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

border-color css

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

 span { border-color: rgb(244,18,170); }

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