Html Css Color HEX #F50E81 Deep Pink

📋 copy color: '#F50E81'

red 245 ◦ green 14 ◦ blue 129

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

Shades of Deep Pink #F50E81

Tints of Deep Pink #F50E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 63.14%
G = 3.61%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F50E81 (or 0xF50E81) is known color: Deep Pink. HEX triplet: F5, 0E and 81. RGB value is (245,14,129). Sum of RGB (Red+Green+Blue) = 245+14+129=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50E81 is #0AF17E. Grayscale: #5F5F5F. Windows color (decimal): -717183 or 8457973. OLE color: 8457973.

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

Color convert

RGB 245 14 129 -
CMYK 0 0.94 0.47 0.04
HSL 330.13º 0.92% 0.51% -
HSV(B) 330.13º 0.94% 0.96% -
XYZ 41.78 21.31 22.68 -
YUV 96.18 146.53 234.15 -
System Red Green Blue C M Y K H S L
Decimal 245 14 129 0 0.94 0.47 0.04 330.13 0.92 0.51
Hex F5 E 81 0 5E 2F 4 14A 5C 33
Octal 365 16 201 0 136 57 4 512 134 63
Binary 11110101 1110 10000001 0 1011110 101111 100 101001010 1011100 110011

Color Harmonies of #F50E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50E81

Black with #F50E81

Text Example


Text Example

White with #F50E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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