Html Css Color HEX #F50782 Deep Pink

📋 copy color: '#F50782'

red 245 ◦ green 7 ◦ blue 130

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

Shades of Deep Pink #F50782

Tints of Deep Pink #F50782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.83%

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

R = 64.14%
G = 1.83%
B = 34.03%

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

#F50782 (or 0xF50782) is known color: Deep Pink. HEX triplet: F5, 07 and 82. RGB value is (245,7,130). Sum of RGB (Red+Green+Blue) = 245+7+130=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F50782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50782 is #0AF87D. Grayscale: #5B5B5B. Windows color (decimal): -718974 or 8521717. OLE color: 8521717.

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

Color convert

RGB 245 7 130 -
CMYK 0 0.97 0.47 0.04
HSL 328.99º 0.94% 0.49% -
HSV(B) 328.99º 0.97% 0.96% -
XYZ 41.76 21.18 23.01 -
YUV 92.18 149.35 237 -
System Red Green Blue C M Y K H S L
Decimal 245 7 130 0 0.97 0.47 0.04 328.99 0.94 0.49
Hex F5 7 82 0 61 2F 4 149 5E 31
Octal 365 7 202 0 141 57 4 511 136 61
Binary 11110101 111 10000010 0 1100001 101111 100 101001001 1011110 110001

Color Harmonies of #F50782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50782

Black with #F50782

Text Example


Text Example

White with #F50782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50782; }

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

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

background-color css

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

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

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

border-color css

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

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

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