Html Css Color HEX #F60B82 Deep Pink

📋 copy color: '#F60B82'

red 246 ◦ green 11 ◦ blue 130

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

Shades of Deep Pink #F60B82

Tints of Deep Pink #F60B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

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

R = 63.57%
G = 2.84%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F60B82 (or 0xF60B82) is known color: Deep Pink. HEX triplet: F6, 0B and 82. RGB value is (246,11,130). Sum of RGB (Red+Green+Blue) = 246+11+130=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60B82 is #09F47D. Grayscale: #5E5E5E. Windows color (decimal): -652414 or 8522742. OLE color: 8522742.

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

Color convert

RGB 246 11 130 -
CMYK 0 0.96 0.47 0.04
HSL 329.62º 0.93% 0.5% -
HSV(B) 329.62º 0.96% 0.96% -
XYZ 42.15 21.44 23.04 -
YUV 94.83 147.86 235.82 -
System Red Green Blue C M Y K H S L
Decimal 246 11 130 0 0.96 0.47 0.04 329.62 0.93 0.5
Hex F6 B 82 0 60 2F 4 14A 5D 32
Octal 366 13 202 0 140 57 4 512 135 62
Binary 11110110 1011 10000010 0 1100000 101111 100 101001010 1011101 110010

Color Harmonies of #F60B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60B82

Black with #F60B82

Text Example


Text Example

White with #F60B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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