Html Css Color HEX #F50882 Deep Pink

📋 copy color: '#F50882'

red 245 ◦ green 8 ◦ blue 130

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

Shades of Deep Pink #F50882

Tints of Deep Pink #F50882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

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

R = 63.97%
G = 2.09%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F50882 (or 0xF50882) is known color: Deep Pink. HEX triplet: F5, 08 and 82. RGB value is (245,8,130). Sum of RGB (Red+Green+Blue) = 245+8+130=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F50882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50882 is #0AF77D. Grayscale: #5C5C5C. Windows color (decimal): -718718 or 8521973. OLE color: 8521973.

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

Color convert

RGB 245 8 130 -
CMYK 0 0.97 0.47 0.04
HSL 329.11º 0.94% 0.5% -
HSV(B) 329.11º 0.97% 0.96% -
XYZ 41.77 21.2 23.01 -
YUV 92.77 149.02 236.58 -
System Red Green Blue C M Y K H S L
Decimal 245 8 130 0 0.97 0.47 0.04 329.11 0.94 0.5
Hex F5 8 82 0 61 2F 4 149 5E 32
Octal 365 10 202 0 141 57 4 511 136 62
Binary 11110101 1000 10000010 0 1100001 101111 100 101001001 1011110 110010

Color Harmonies of #F50882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50882

Black with #F50882

Text Example


Text Example

White with #F50882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50882; }

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

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

background-color css

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

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

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

border-color css

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

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

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