Html Css Color HEX #F50ECB Shocking Pink

📋 copy color: '#F50ECB'

red 245 ◦ green 14 ◦ blue 203

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

Shades of Shocking Pink #F50ECB

Tints of Shocking Pink #F50ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 53.03%
G = 3.03%
B = 43.94%

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

#F50ECB (or 0xF50ECB) is known color: Shocking Pink. HEX triplet: F5, 0E and CB. RGB value is (245,14,203). Sum of RGB (Red+Green+Blue) = 245+14+203=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F50ECB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50ECB is #0AF134. Grayscale: #686868. Windows color (decimal): -717109 or 13307637. OLE color: 13307637.

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

Color convert

RGB 245 14 203 -
CMYK 0 0.94 0.17 0.04
HSL 310.91º 0.92% 0.51% -
HSV(B) 310.91º 0.94% 0.96% -
XYZ 48.59 24.04 58.58 -
YUV 104.62 183.53 228.13 -
System Red Green Blue C M Y K H S L
Decimal 245 14 203 0 0.94 0.17 0.04 310.91 0.92 0.51
Hex F5 E CB 0 5E 11 4 137 5C 33
Octal 365 16 313 0 136 21 4 467 134 63
Binary 11110101 1110 11001011 0 1011110 10001 100 100110111 1011100 110011

Color Harmonies of #F50ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50ECB

Black with #F50ECB

Text Example


Text Example

White with #F50ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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