Html Css Color HEX #F50083 Deep Pink

📋 copy color: '#F50083'

red 245 ◦ green 0 ◦ blue 131

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

Shades of Deep Pink #F50083

Tints of Deep Pink #F50083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 65.16%
G = 0%
B = 34.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F50083 (or 0xF50083) is known color: Deep Pink. HEX triplet: F5, 00 and 83. RGB value is (245,0,131). Sum of RGB (Red+Green+Blue) = 245+0+131=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F50083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50083 is #0AFF7C. Grayscale: #575757. Windows color (decimal): -720765 or 8585461. OLE color: 8585461.

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

Color convert

RGB 245 0 131 -
CMYK 0 1 0.47 0.04
HSL 327.92º 1% 0.48% -
HSV(B) 327.92º 1% 0.96% -
XYZ 41.75 21.05 23.34 -
YUV 88.19 152.17 239.85 -
System Red Green Blue C M Y K H S L
Decimal 245 0 131 0 1 0.47 0.04 327.92 1 0.48
Hex F5 0 83 0 64 2F 4 148 64 30
Octal 365 0 203 0 144 57 4 510 144 60
Binary 11110101 0 10000011 0 1100100 101111 100 101001000 1100100 110000

Color Harmonies of #F50083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50083

Black with #F50083

Text Example


Text Example

White with #F50083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50083; }

 p { color: rgb(245,0,131); }

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

background-color css

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

 a { background-color: rgb(245,0,131); }

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

border-color css

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

 span { border-color: rgb(245,0,131); }

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