Html Css Color HEX #F50E99 Deep Pink

📋 copy color: '#F50E99'

red 245 ◦ green 14 ◦ blue 153

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

Shades of Deep Pink #F50E99

Tints of Deep Pink #F50E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.14%

R = 59.47%
G = 3.4%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F50E99 (or 0xF50E99) is known color: Deep Pink. HEX triplet: F5, 0E and 99. RGB value is (245,14,153). Sum of RGB (Red+Green+Blue) = 245+14+153=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50E99 is #0AF166. Grayscale: #626262. Windows color (decimal): -717159 or 10030837. OLE color: 10030837.

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

Color convert

RGB 245 14 153 -
CMYK 0 0.94 0.38 0.04
HSL 323.9º 0.92% 0.51% -
HSV(B) 323.9º 0.94% 0.96% -
XYZ 43.56 22.03 32.09 -
YUV 98.92 158.53 232.2 -
System Red Green Blue C M Y K H S L
Decimal 245 14 153 0 0.94 0.38 0.04 323.9 0.92 0.51
Hex F5 E 99 0 5E 26 4 144 5C 33
Octal 365 16 231 0 136 46 4 504 134 63
Binary 11110101 1110 10011001 0 1011110 100110 100 101000100 1011100 110011

Color Harmonies of #F50E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50E99

Black with #F50E99

Text Example


Text Example

White with #F50E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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