Html Css Color HEX #F50483 Deep Pink

📋 copy color: '#F50483'

red 245 ◦ green 4 ◦ blue 131

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

Shades of Deep Pink #F50483

Tints of Deep Pink #F50483

RGB

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

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

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

R = 64.47%
G = 1.05%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F50483 (or 0xF50483) is known color: Deep Pink. HEX triplet: F5, 04 and 83. RGB value is (245,4,131). Sum of RGB (Red+Green+Blue) = 245+4+131=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F50483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50483 is #0AFB7C. Grayscale: #5A5A5A. Windows color (decimal): -719741 or 8586485. OLE color: 8586485.

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

Color convert

RGB 245 4 131 -
CMYK 0 0.98 0.47 0.04
HSL 328.38º 0.97% 0.49% -
HSV(B) 328.38º 0.98% 0.96% -
XYZ 41.8 21.14 23.35 -
YUV 90.54 150.84 238.17 -
System Red Green Blue C M Y K H S L
Decimal 245 4 131 0 0.98 0.47 0.04 328.38 0.97 0.49
Hex F5 4 83 0 62 2F 4 148 61 31
Octal 365 4 203 0 142 57 4 510 141 61
Binary 11110101 100 10000011 0 1100010 101111 100 101001000 1100001 110001

Color Harmonies of #F50483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50483

Black with #F50483

Text Example


Text Example

White with #F50483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50483; }

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

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

background-color css

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

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

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

border-color css

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

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

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