Html Css Color HEX #F60C82 Deep Pink

📋 copy color: '#F60C82'

red 246 ◦ green 12 ◦ blue 130

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

Shades of Deep Pink #F60C82

Tints of Deep Pink #F60C82

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.09%

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

R = 63.4%
G = 3.09%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F60C82 (or 0xF60C82) is known color: Deep Pink. HEX triplet: F6, 0C and 82. RGB value is (246,12,130). Sum of RGB (Red+Green+Blue) = 246+12+130=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C82 is #09F37D. Grayscale: #5F5F5F. Windows color (decimal): -652158 or 8522998. OLE color: 8522998.

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

Color convert

RGB 246 12 130 -
CMYK 0 0.95 0.47 0.04
HSL 329.74º 0.93% 0.51% -
HSV(B) 329.74º 0.95% 0.96% -
XYZ 42.17 21.47 23.04 -
YUV 95.42 147.52 235.41 -
System Red Green Blue C M Y K H S L
Decimal 246 12 130 0 0.95 0.47 0.04 329.74 0.93 0.51
Hex F6 C 82 0 5F 2F 4 14A 5D 33
Octal 366 14 202 0 137 57 4 512 135 63
Binary 11110110 1100 10000010 0 1011111 101111 100 101001010 1011101 110011

Color Harmonies of #F60C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C82

Black with #F60C82

Text Example


Text Example

White with #F60C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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