Html Css Color HEX #F408C5 Shocking Pink

📋 copy color: '#F408C5'

red 244 ◦ green 8 ◦ blue 197

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

Shades of Shocking Pink #F408C5

Tints of Shocking Pink #F408C5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.78%

 BLUE value IS 197 (77.34% from 255) = 43.88%

R = 54.34%
G = 1.78%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F408C5 (or 0xF408C5) is known color: Shocking Pink. HEX triplet: F4, 08 and C5. RGB value is (244,8,197). Sum of RGB (Red+Green+Blue) = 244+8+197=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 8 (3.52% from 255 or 1.78% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F408C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F408C5 is #0BF73A. Grayscale: #636363. Windows color (decimal): -784187 or 12912884. OLE color: 12912884.

HSL color Cylindrical-coordinate representation of color #F408C5: hue angle of 311.95º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F408C5 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 8 197 -
CMYK 0 0.97 0.19 0.04
HSL 311.95º 0.94% 0.49% -
HSV(B) 311.95º 0.97% 0.96% -
XYZ 47.47 23.44 54.85 -
YUV 100.11 182.69 230.63 -
System Red Green Blue C M Y K H S L
Decimal 244 8 197 0 0.97 0.19 0.04 311.95 0.94 0.49
Hex F4 8 C5 0 61 13 4 138 5E 31
Octal 364 10 305 0 141 23 4 470 136 61
Binary 11110100 1000 11000101 0 1100001 10011 100 100111000 1011110 110001

Color Harmonies of #F408C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F408C5

Black with #F408C5

Text Example


Text Example

White with #F408C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F408C5; }

 p { color: rgb(244,8,197); }

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

background-color css

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

 a { background-color: rgb(244,8,197); }

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

border-color css

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

 span { border-color: rgb(244,8,197); }

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