Html Css Color HEX #F412A4 Spicy Pink

📋 copy color: '#F412A4'

red 244 ◦ green 18 ◦ blue 164

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

Shades of Spicy Pink #F412A4

Tints of Spicy Pink #F412A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.5%

R = 57.28%
G = 4.23%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F412A4 (or 0xF412A4) is known color: Spicy Pink. HEX triplet: F4, 12 and A4. RGB value is (244,18,164). Sum of RGB (Red+Green+Blue) = 244+18+164=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F412A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F412A4 is #0BED5B. Grayscale: #656565. Windows color (decimal): -781660 or 10752756. OLE color: 10752756.

HSL color Cylindrical-coordinate representation of color #F412A4: hue angle of 321.24º 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 #F412A4 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 18 164 -
CMYK 0 0.93 0.33 0.04
HSL 321.24º 0.91% 0.51% -
HSV(B) 321.24º 0.93% 0.96% -
XYZ 44.23 22.35 37.1 -
YUV 102.22 162.87 229.13 -
System Red Green Blue C M Y K H S L
Decimal 244 18 164 0 0.93 0.33 0.04 321.24 0.91 0.51
Hex F4 12 A4 0 5D 21 4 141 5B 33
Octal 364 22 244 0 135 41 4 501 133 63
Binary 11110100 10010 10100100 0 1011101 100001 100 101000001 1011011 110011

Color Harmonies of #F412A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F412A4

Black with #F412A4

Text Example


Text Example

White with #F412A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F412A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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