Html Css Color HEX #F50282 Deep Pink

📋 copy color: '#F50282'

red 245 ◦ green 2 ◦ blue 130

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

Shades of Deep Pink #F50282

Tints of Deep Pink #F50282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 64.99%
G = 0.53%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F50282 (or 0xF50282) is known color: Deep Pink. HEX triplet: F5, 02 and 82. RGB value is (245,2,130). Sum of RGB (Red+Green+Blue) = 245+2+130=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F50282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50282 is #0AFD7D. Grayscale: #585858. Windows color (decimal): -720254 or 8520437. OLE color: 8520437.

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

Color convert

RGB 245 2 130 -
CMYK 0 0.99 0.47 0.04
HSL 328.4º 0.98% 0.48% -
HSV(B) 328.4º 0.99% 0.96% -
XYZ 41.71 21.07 22.99 -
YUV 89.25 151.01 239.09 -
System Red Green Blue C M Y K H S L
Decimal 245 2 130 0 0.99 0.47 0.04 328.4 0.98 0.48
Hex F5 2 82 0 63 2F 4 148 62 30
Octal 365 2 202 0 143 57 4 510 142 60
Binary 11110101 10 10000010 0 1100011 101111 100 101001000 1100010 110000

Color Harmonies of #F50282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50282

Black with #F50282

Text Example


Text Example

White with #F50282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50282; }

 p { color: rgb(245,2,130); }

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

background-color css

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

 a { background-color: rgb(245,2,130); }

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

border-color css

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

 span { border-color: rgb(245,2,130); }

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