Html Css Color HEX #F60582 Deep Pink

📋 copy color: '#F60582'

red 246 ◦ green 5 ◦ blue 130

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

Shades of Deep Pink #F60582

Tints of Deep Pink #F60582

RGB

 RED value IS 246 (96.48% from 255) = 64.57%

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 64.57%
G = 1.31%
B = 34.12%

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

#F60582 (or 0xF60582) is known color: Deep Pink. HEX triplet: F6, 05 and 82. RGB value is (246,5,130). Sum of RGB (Red+Green+Blue) = 246+5+130=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F60582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60582 is #09FA7D. Grayscale: #5B5B5B. Windows color (decimal): -653950 or 8521206. OLE color: 8521206.

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

Color convert

RGB 246 5 130 -
CMYK 0 0.98 0.47 0.04
HSL 328.88º 0.96% 0.49% -
HSV(B) 328.88º 0.98% 0.96% -
XYZ 42.09 21.31 23.01 -
YUV 91.31 149.84 238.34 -
System Red Green Blue C M Y K H S L
Decimal 246 5 130 0 0.98 0.47 0.04 328.88 0.96 0.49
Hex F6 5 82 0 62 2F 4 149 60 31
Octal 366 5 202 0 142 57 4 511 140 61
Binary 11110110 101 10000010 0 1100010 101111 100 101001001 1100000 110001

Color Harmonies of #F60582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60582

Black with #F60582

Text Example


Text Example

White with #F60582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60582; }

 p { color: rgb(246,5,130); }

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

background-color css

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

 a { background-color: rgb(246,5,130); }

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

border-color css

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

 span { border-color: rgb(246,5,130); }

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