Html Css Color HEX #F40FC5 Shocking Pink

📋 copy color: '#F40FC5'

red 244 ◦ green 15 ◦ blue 197

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

Shades of Shocking Pink #F40FC5

Tints of Shocking Pink #F40FC5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.29%

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

R = 53.51%
G = 3.29%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F40FC5 (or 0xF40FC5) is known color: Shocking Pink. HEX triplet: F4, 0F and C5. RGB value is (244,15,197). Sum of RGB (Red+Green+Blue) = 244+15+197=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40FC5 is #0BF03A. Grayscale: #676767. Windows color (decimal): -782395 or 12914676. OLE color: 12914676.

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

Color convert

RGB 244 15 197 -
CMYK 0 0.94 0.19 0.04
HSL 312.31º 0.91% 0.51% -
HSV(B) 312.31º 0.94% 0.96% -
XYZ 47.56 23.61 54.87 -
YUV 104.22 180.37 227.7 -
System Red Green Blue C M Y K H S L
Decimal 244 15 197 0 0.94 0.19 0.04 312.31 0.91 0.51
Hex F4 F C5 0 5E 13 4 138 5B 33
Octal 364 17 305 0 136 23 4 470 133 63
Binary 11110100 1111 11000101 0 1011110 10011 100 100111000 1011011 110011

Color Harmonies of #F40FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40FC5

Black with #F40FC5

Text Example


Text Example

White with #F40FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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