Html Css Color HEX #F50990 Deep Pink

📋 copy color: '#F50990'

red 245 ◦ green 9 ◦ blue 144

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

Shades of Deep Pink #F50990

Tints of Deep Pink #F50990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

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

R = 61.56%
G = 2.26%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F50990 (or 0xF50990) is known color: Deep Pink. HEX triplet: F5, 09 and 90. RGB value is (245,9,144). Sum of RGB (Red+Green+Blue) = 245+9+144=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F50990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50990 is #0AF66F. Grayscale: #5E5E5E. Windows color (decimal): -718448 or 9439733. OLE color: 9439733.

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

Color convert

RGB 245 9 144 -
CMYK 0 0.96 0.41 0.04
HSL 325.68º 0.93% 0.5% -
HSV(B) 325.68º 0.96% 0.96% -
XYZ 42.79 21.62 28.3 -
YUV 94.95 155.69 235.02 -
System Red Green Blue C M Y K H S L
Decimal 245 9 144 0 0.96 0.41 0.04 325.68 0.93 0.5
Hex F5 9 90 0 60 29 4 146 5D 32
Octal 365 11 220 0 140 51 4 506 135 62
Binary 11110101 1001 10010000 0 1100000 101001 100 101000110 1011101 110010

Color Harmonies of #F50990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50990

Black with #F50990

Text Example


Text Example

White with #F50990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50990; }

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

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

background-color css

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

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

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

border-color css

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

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

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