Html Css Color HEX #F51ECC Shocking Pink

📋 copy color: '#F51ECC'

red 245 ◦ green 30 ◦ blue 204

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

Shades of Shocking Pink #F51ECC

Tints of Shocking Pink #F51ECC

RGB

 RED value IS 245 (96.09% from 255) = 51.15%

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

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

R = 51.15%
G = 6.26%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F51ECC (or 0xF51ECC) is known color: Shocking Pink. HEX triplet: F5, 1E and CC. RGB value is (245,30,204). Sum of RGB (Red+Green+Blue) = 245+30+204=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ECC is #0AE133. Grayscale: #717171. Windows color (decimal): -713012 or 13377269. OLE color: 13377269.

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

Color convert

RGB 245 30 204 -
CMYK 0 0.88 0.17 0.04
HSL 311.44º 0.91% 0.54% -
HSV(B) 311.44º 0.88% 0.96% -
XYZ 49.02 24.7 59.31 -
YUV 114.12 178.73 221.35 -
System Red Green Blue C M Y K H S L
Decimal 245 30 204 0 0.88 0.17 0.04 311.44 0.91 0.54
Hex F5 1E CC 0 58 11 4 137 5B 36
Octal 365 36 314 0 130 21 4 467 133 66
Binary 11110101 11110 11001100 0 1011000 10001 100 100110111 1011011 110110

Color Harmonies of #F51ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ECC

Black with #F51ECC

Text Example


Text Example

White with #F51ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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