Html Css Color HEX #F50690 Deep Pink

📋 copy color: '#F50690'

red 245 ◦ green 6 ◦ blue 144

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

Shades of Deep Pink #F50690

Tints of Deep Pink #F50690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

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

R = 62.03%
G = 1.52%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F50690 (or 0xF50690) is known color: Deep Pink. HEX triplet: F5, 06 and 90. RGB value is (245,6,144). Sum of RGB (Red+Green+Blue) = 245+6+144=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F50690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50690 is #0AF96F. Grayscale: #5C5C5C. Windows color (decimal): -719216 or 9438965. OLE color: 9438965.

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

Color convert

RGB 245 6 144 -
CMYK 0 0.98 0.41 0.04
HSL 325.36º 0.95% 0.49% -
HSV(B) 325.36º 0.98% 0.96% -
XYZ 42.76 21.56 28.29 -
YUV 93.19 156.68 236.28 -
System Red Green Blue C M Y K H S L
Decimal 245 6 144 0 0.98 0.41 0.04 325.36 0.95 0.49
Hex F5 6 90 0 62 29 4 145 5F 31
Octal 365 6 220 0 142 51 4 505 137 61
Binary 11110101 110 10010000 0 1100010 101001 100 101000101 1011111 110001

Color Harmonies of #F50690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50690

Black with #F50690

Text Example


Text Example

White with #F50690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50690; }

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

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

background-color css

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

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

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

border-color css

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

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

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