Html Css Color HEX #F50E77 Deep Pink

📋 copy color: '#F50E77'

red 245 ◦ green 14 ◦ blue 119

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

Shades of Deep Pink #F50E77

Tints of Deep Pink #F50E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 64.81%
G = 3.7%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F50E77 (or 0xF50E77) is known color: Deep Pink. HEX triplet: F5, 0E and 77. RGB value is (245,14,119). Sum of RGB (Red+Green+Blue) = 245+14+119=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50E77 is #0AF188. Grayscale: #5E5E5E. Windows color (decimal): -717193 or 7802613. OLE color: 7802613.

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

Color convert

RGB 245 14 119 -
CMYK 0 0.94 0.51 0.04
HSL 332.73º 0.92% 0.51% -
HSV(B) 332.73º 0.94% 0.96% -
XYZ 41.14 21.06 19.35 -
YUV 95.04 141.53 234.96 -
System Red Green Blue C M Y K H S L
Decimal 245 14 119 0 0.94 0.51 0.04 332.73 0.92 0.51
Hex F5 E 77 0 5E 33 4 14D 5C 33
Octal 365 16 167 0 136 63 4 515 134 63
Binary 11110101 1110 1110111 0 1011110 110011 100 101001101 1011100 110011

Color Harmonies of #F50E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50E77

Black with #F50E77

Text Example


Text Example

White with #F50E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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