Html Css Color HEX #F40ECC Shocking Pink

📋 copy color: '#F40ECC'

red 244 ◦ green 14 ◦ blue 204

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

Shades of Shocking Pink #F40ECC

Tints of Shocking Pink #F40ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.03%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 52.81%
G = 3.03%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F40ECC (or 0xF40ECC) is known color: Shocking Pink. HEX triplet: F4, 0E and CC. RGB value is (244,14,204). Sum of RGB (Red+Green+Blue) = 244+14+204=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F40ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40ECC is #0BF133. Grayscale: #676767. Windows color (decimal): -782644 or 13373172. OLE color: 13373172.

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

Color convert

RGB 244 14 204 -
CMYK 0 0.94 0.16 0.04
HSL 310.43º 0.91% 0.51% -
HSV(B) 310.43º 0.94% 0.96% -
XYZ 48.36 23.91 59.19 -
YUV 104.43 184.2 227.55 -
System Red Green Blue C M Y K H S L
Decimal 244 14 204 0 0.94 0.16 0.04 310.43 0.91 0.51
Hex F4 E CC 0 5E 10 4 136 5B 33
Octal 364 16 314 0 136 20 4 466 133 63
Binary 11110100 1110 11001100 0 1011110 10000 100 100110110 1011011 110011

Color Harmonies of #F40ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40ECC

Black with #F40ECC

Text Example


Text Example

White with #F40ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40ECC; }

 p { color: rgb(244,14,204); }

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

background-color css

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

 a { background-color: rgb(244,14,204); }

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

border-color css

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

 span { border-color: rgb(244,14,204); }

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