Html Css Color HEX #F50ECC Shocking Pink

📋 copy color: '#F50ECC'

red 245 ◦ green 14 ◦ blue 204

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

Shades of Shocking Pink #F50ECC

Tints of Shocking Pink #F50ECC

RGB

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

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

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

R = 52.92%
G = 3.02%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F50ECC (or 0xF50ECC) is known color: Shocking Pink. HEX triplet: F5, 0E and CC. RGB value is (245,14,204). Sum of RGB (Red+Green+Blue) = 245+14+204=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F50ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50ECC is #0AF133. Grayscale: #686868. Windows color (decimal): -717108 or 13373173. OLE color: 13373173.

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

Color convert

RGB 245 14 204 -
CMYK 0 0.94 0.17 0.04
HSL 310.65º 0.92% 0.51% -
HSV(B) 310.65º 0.94% 0.96% -
XYZ 48.71 24.09 59.21 -
YUV 104.73 184.03 228.05 -
System Red Green Blue C M Y K H S L
Decimal 245 14 204 0 0.94 0.17 0.04 310.65 0.92 0.51
Hex F5 E CC 0 5E 11 4 137 5C 33
Octal 365 16 314 0 136 21 4 467 134 63
Binary 11110101 1110 11001100 0 1011110 10001 100 100110111 1011100 110011

Color Harmonies of #F50ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50ECC

Black with #F50ECC

Text Example


Text Example

White with #F50ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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