Html Css Color HEX #F81ECC Shocking Pink

📋 copy color: '#F81ECC'

red 248 ◦ green 30 ◦ blue 204

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

Shades of Shocking Pink #F81ECC

Tints of Shocking Pink #F81ECC

RGB

 RED value IS 248 (97.27% from 255) = 51.45%

 GREEN value IS 30 (12.11% from 255) = 6.22%

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

R = 51.45%
G = 6.22%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F81ECC (or 0xF81ECC) is known color: Shocking Pink. HEX triplet: F8, 1E and CC. RGB value is (248,30,204). Sum of RGB (Red+Green+Blue) = 248+30+204=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ECC is #07E133. Grayscale: #727272. Windows color (decimal): -516404 or 13377272. OLE color: 13377272.

HSL color Cylindrical-coordinate representation of color #F81ECC: hue angle of 312.11º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81ECC is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 30 204 -
CMYK 0 0.88 0.18 0.03
HSL 312.11º 0.94% 0.55% -
HSV(B) 312.11º 0.88% 0.97% -
XYZ 50.07 25.24 59.36 -
YUV 115.02 178.22 222.85 -
System Red Green Blue C M Y K H S L
Decimal 248 30 204 0 0.88 0.18 0.03 312.11 0.94 0.55
Hex F8 1E CC 0 58 12 3 138 5E 37
Octal 370 36 314 0 130 22 3 470 136 67
Binary 11111000 11110 11001100 0 1011000 10010 11 100111000 1011110 110111

Color Harmonies of #F81ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81ECC

Black with #F81ECC

Text Example


Text Example

White with #F81ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81ECC; }

 p { color: rgb(248,30,204); }

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

background-color css

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

 a { background-color: rgb(248,30,204); }

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

border-color css

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

 span { border-color: rgb(248,30,204); }

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