Html Css Color HEX #F50ECE Shocking Pink

📋 copy color: '#F50ECE'

red 245 ◦ green 14 ◦ blue 206

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

Shades of Shocking Pink #F50ECE

Tints of Shocking Pink #F50ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 52.69%
G = 3.01%
B = 44.3%

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

#F50ECE (or 0xF50ECE) is known color: Shocking Pink. HEX triplet: F5, 0E and CE. RGB value is (245,14,206). Sum of RGB (Red+Green+Blue) = 245+14+206=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F50ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50ECE is #0AF131. Grayscale: #686868. Windows color (decimal): -717106 or 13504245. OLE color: 13504245.

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

Color convert

RGB 245 14 206 -
CMYK 0 0.94 0.16 0.04
HSL 310.13º 0.92% 0.51% -
HSV(B) 310.13º 0.94% 0.96% -
XYZ 48.95 24.18 60.48 -
YUV 104.96 185.03 227.89 -
System Red Green Blue C M Y K H S L
Decimal 245 14 206 0 0.94 0.16 0.04 310.13 0.92 0.51
Hex F5 E CE 0 5E 10 4 136 5C 33
Octal 365 16 316 0 136 20 4 466 134 63
Binary 11110101 1110 11001110 0 1011110 10000 100 100110110 1011100 110011

Color Harmonies of #F50ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50ECE

Black with #F50ECE

Text Example


Text Example

White with #F50ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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