Html Css Color HEX #F419C9 Shocking Pink

📋 copy color: '#F419C9'

red 244 ◦ green 25 ◦ blue 201

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

Shades of Shocking Pink #F419C9

Tints of Shocking Pink #F419C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 51.91%
G = 5.32%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F419C9 (or 0xF419C9) is known color: Shocking Pink. HEX triplet: F4, 19 and C9. RGB value is (244,25,201). Sum of RGB (Red+Green+Blue) = 244+25+201=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F419C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F419C9 is #0BE636. Grayscale: #6E6E6E. Windows color (decimal): -779831 or 13179380. OLE color: 13179380.

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

Color convert

RGB 244 25 201 -
CMYK 0 0.90 0.18 0.04
HSL 311.78º 0.91% 0.53% -
HSV(B) 311.78º 0.9% 0.96% -
XYZ 48.2 24.15 57.38 -
YUV 110.55 179.05 223.19 -
System Red Green Blue C M Y K H S L
Decimal 244 25 201 0 0.90 0.18 0.04 311.78 0.91 0.53
Hex F4 19 C9 0 5A 12 4 138 5B 35
Octal 364 31 311 0 132 22 4 470 133 65
Binary 11110100 11001 11001001 0 1011010 10010 100 100111000 1011011 110101

Color Harmonies of #F419C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F419C9

Black with #F419C9

Text Example


Text Example

White with #F419C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F419C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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