Html Css Color HEX #F50890 Deep Pink

📋 copy color: '#F50890'

red 245 ◦ green 8 ◦ blue 144

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

Shades of Deep Pink #F50890

Tints of Deep Pink #F50890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 61.71%
G = 2.02%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F50890 (or 0xF50890) is known color: Deep Pink. HEX triplet: F5, 08 and 90. RGB value is (245,8,144). Sum of RGB (Red+Green+Blue) = 245+8+144=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F50890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50890 is #0AF76F. Grayscale: #5E5E5E. Windows color (decimal): -718704 or 9439477. OLE color: 9439477.

HSL color Cylindrical-coordinate representation of color #F50890: hue angle of 325.57º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50890 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 8 144 -
CMYK 0 0.97 0.41 0.04
HSL 325.57º 0.94% 0.5% -
HSV(B) 325.57º 0.97% 0.96% -
XYZ 42.78 21.6 28.3 -
YUV 94.37 156.02 235.44 -
System Red Green Blue C M Y K H S L
Decimal 245 8 144 0 0.97 0.41 0.04 325.57 0.94 0.5
Hex F5 8 90 0 61 29 4 146 5E 32
Octal 365 10 220 0 141 51 4 506 136 62
Binary 11110101 1000 10010000 0 1100001 101001 100 101000110 1011110 110010

Color Harmonies of #F50890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50890

Black with #F50890

Text Example


Text Example

White with #F50890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50890; }

 p { color: rgb(245,8,144); }

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

background-color css

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

 a { background-color: rgb(245,8,144); }

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

border-color css

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

 span { border-color: rgb(245,8,144); }

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