Html Css Color HEX #F60976 Deep Pink

📋 copy color: '#F60976'

red 246 ◦ green 9 ◦ blue 118

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

Shades of Deep Pink #F60976

Tints of Deep Pink #F60976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 65.95%
G = 2.41%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F60976 (or 0xF60976) is known color: Deep Pink. HEX triplet: F6, 09 and 76. RGB value is (246,9,118). Sum of RGB (Red+Green+Blue) = 246+9+118=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F60976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60976 is #09F689. Grayscale: #5C5C5C. Windows color (decimal): -652938 or 7735798. OLE color: 7735798.

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

Color convert

RGB 246 9 118 -
CMYK 0 0.96 0.52 0.04
HSL 332.41º 0.93% 0.5% -
HSV(B) 332.41º 0.96% 0.96% -
XYZ 41.37 21.1 19.03 -
YUV 92.29 142.52 237.64 -
System Red Green Blue C M Y K H S L
Decimal 246 9 118 0 0.96 0.52 0.04 332.41 0.93 0.5
Hex F6 9 76 0 60 34 4 14C 5D 32
Octal 366 11 166 0 140 64 4 514 135 62
Binary 11110110 1001 1110110 0 1100000 110100 100 101001100 1011101 110010

Color Harmonies of #F60976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60976

Black with #F60976

Text Example


Text Example

White with #F60976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60976; }

 p { color: rgb(246,9,118); }

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

background-color css

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

 a { background-color: rgb(246,9,118); }

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

border-color css

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

 span { border-color: rgb(246,9,118); }

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