Html Css Color HEX #F50EBD Shocking Pink

📋 copy color: '#F50EBD'

red 245 ◦ green 14 ◦ blue 189

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

Shades of Shocking Pink #F50EBD

Tints of Shocking Pink #F50EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 54.69%
G = 3.13%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F50EBD (or 0xF50EBD) is known color: Shocking Pink. HEX triplet: F5, 0E and BD. RGB value is (245,14,189). Sum of RGB (Red+Green+Blue) = 245+14+189=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50EBD is #0AF142. Grayscale: #666666. Windows color (decimal): -717123 or 12390133. OLE color: 12390133.

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

Color convert

RGB 245 14 189 -
CMYK 0 0.94 0.23 0.04
HSL 314.55º 0.92% 0.51% -
HSV(B) 314.55º 0.94% 0.96% -
XYZ 47 23.4 50.18 -
YUV 103.02 176.53 229.27 -
System Red Green Blue C M Y K H S L
Decimal 245 14 189 0 0.94 0.23 0.04 314.55 0.92 0.51
Hex F5 E BD 0 5E 17 4 13B 5C 33
Octal 365 16 275 0 136 27 4 473 134 63
Binary 11110101 1110 10111101 0 1011110 10111 100 100111011 1011100 110011

Color Harmonies of #F50EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50EBD

Black with #F50EBD

Text Example


Text Example

White with #F50EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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