Html Css Color HEX #F50488 Deep Pink

📋 copy color: '#F50488'

red 245 ◦ green 4 ◦ blue 136

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

Shades of Deep Pink #F50488

Tints of Deep Pink #F50488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 63.64%
G = 1.04%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F50488 (or 0xF50488) is known color: Deep Pink. HEX triplet: F5, 04 and 88. RGB value is (245,4,136). Sum of RGB (Red+Green+Blue) = 245+4+136=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F50488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50488 is #0AFB77. Grayscale: #5A5A5A. Windows color (decimal): -719736 or 8914165. OLE color: 8914165.

HSL color Cylindrical-coordinate representation of color #F50488: hue angle of 327.14º degrees, saturation: 0.97, 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 #F50488 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 4 136 -
CMYK 0 0.98 0.44 0.04
HSL 327.14º 0.97% 0.49% -
HSV(B) 327.14º 0.98% 0.96% -
XYZ 42.14 21.28 25.18 -
YUV 91.11 153.34 237.77 -
System Red Green Blue C M Y K H S L
Decimal 245 4 136 0 0.98 0.44 0.04 327.14 0.97 0.49
Hex F5 4 88 0 62 2C 4 147 61 31
Octal 365 4 210 0 142 54 4 507 141 61
Binary 11110101 100 10001000 0 1100010 101100 100 101000111 1100001 110001

Color Harmonies of #F50488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50488

Black with #F50488

Text Example


Text Example

White with #F50488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50488; }

 p { color: rgb(245,4,136); }

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

background-color css

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

 a { background-color: rgb(245,4,136); }

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

border-color css

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

 span { border-color: rgb(245,4,136); }

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