Html Css Color HEX #F419A2 Spicy Pink

📋 copy color: '#F419A2'

red 244 ◦ green 25 ◦ blue 162

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

Shades of Spicy Pink #F419A2

Tints of Spicy Pink #F419A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 56.61%
G = 5.8%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F419A2 (or 0xF419A2) is known color: Spicy Pink. HEX triplet: F4, 19 and A2. RGB value is (244,25,162). Sum of RGB (Red+Green+Blue) = 244+25+162=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F419A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F419A2 is #0BE65D. Grayscale: #696969. Windows color (decimal): -779870 or 10623476. OLE color: 10623476.

HSL color Cylindrical-coordinate representation of color #F419A2: hue angle of 322.47º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F419A2 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 25 162 -
CMYK 0 0.90 0.34 0.04
HSL 322.47º 0.91% 0.53% -
HSV(B) 322.47º 0.9% 0.96% -
XYZ 44.18 22.54 36.2 -
YUV 106.1 159.55 226.36 -
System Red Green Blue C M Y K H S L
Decimal 244 25 162 0 0.90 0.34 0.04 322.47 0.91 0.53
Hex F4 19 A2 0 5A 22 4 142 5B 35
Octal 364 31 242 0 132 42 4 502 133 65
Binary 11110100 11001 10100010 0 1011010 100010 100 101000010 1011011 110101

Color Harmonies of #F419A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F419A2

Black with #F419A2

Text Example


Text Example

White with #F419A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F419A2; }

 p { color: rgb(244,25,162); }

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

background-color css

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

 a { background-color: rgb(244,25,162); }

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

border-color css

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

 span { border-color: rgb(244,25,162); }

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