Html Css Color HEX #F50E94 Deep Pink

📋 copy color: '#F50E94'

red 245 ◦ green 14 ◦ blue 148

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

Shades of Deep Pink #F50E94

Tints of Deep Pink #F50E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 60.2%
G = 3.44%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F50E94 (or 0xF50E94) is known color: Deep Pink. HEX triplet: F5, 0E and 94. RGB value is (245,14,148). Sum of RGB (Red+Green+Blue) = 245+14+148=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50E94 is #0AF16B. Grayscale: #626262. Windows color (decimal): -717164 or 9703157. OLE color: 9703157.

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

Color convert

RGB 245 14 148 -
CMYK 0 0.94 0.40 0.04
HSL 325.19º 0.92% 0.51% -
HSV(B) 325.19º 0.94% 0.96% -
XYZ 43.16 21.86 29.96 -
YUV 98.35 156.03 232.6 -
System Red Green Blue C M Y K H S L
Decimal 245 14 148 0 0.94 0.40 0.04 325.19 0.92 0.51
Hex F5 E 94 0 5E 28 4 145 5C 33
Octal 365 16 224 0 136 50 4 505 134 63
Binary 11110101 1110 10010100 0 1011110 101000 100 101000101 1011100 110011

Color Harmonies of #F50E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50E94

Black with #F50E94

Text Example


Text Example

White with #F50E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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