Html Css Color HEX #F60880 Deep Pink

📋 copy color: '#F60880'

red 246 ◦ green 8 ◦ blue 128

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

Shades of Deep Pink #F60880

Tints of Deep Pink #F60880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 64.4%
G = 2.09%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F60880 (or 0xF60880) is known color: Deep Pink. HEX triplet: F6, 08 and 80. RGB value is (246,8,128). Sum of RGB (Red+Green+Blue) = 246+8+128=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F60880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60880 is #09F77F. Grayscale: #5C5C5C. Windows color (decimal): -653184 or 8390902. OLE color: 8390902.

HSL color Cylindrical-coordinate representation of color #F60880: hue angle of 329.75º 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 #F60880 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 8 128 -
CMYK 0 0.97 0.48 0.04
HSL 329.75º 0.94% 0.5% -
HSV(B) 329.75º 0.97% 0.96% -
XYZ 41.99 21.33 22.33 -
YUV 92.84 147.85 237.24 -
System Red Green Blue C M Y K H S L
Decimal 246 8 128 0 0.97 0.48 0.04 329.75 0.94 0.5
Hex F6 8 80 0 61 30 4 14A 5E 32
Octal 366 10 200 0 141 60 4 512 136 62
Binary 11110110 1000 10000000 0 1100001 110000 100 101001010 1011110 110010

Color Harmonies of #F60880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60880

Black with #F60880

Text Example


Text Example

White with #F60880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60880; }

 p { color: rgb(246,8,128); }

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

background-color css

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

 a { background-color: rgb(246,8,128); }

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

border-color css

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

 span { border-color: rgb(246,8,128); }

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