Html Css Color HEX #F60279 Deep Pink

📋 copy color: '#F60279'

red 246 ◦ green 2 ◦ blue 121

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

Shades of Deep Pink #F60279

Tints of Deep Pink #F60279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 66.67%
G = 0.54%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F60279 (or 0xF60279) is known color: Deep Pink. HEX triplet: F6, 02 and 79. RGB value is (246,2,121). Sum of RGB (Red+Green+Blue) = 246+2+121=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F60279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60279 is #09FD86. Grayscale: #585858. Windows color (decimal): -654727 or 7930614. OLE color: 7930614.

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

Color convert

RGB 246 2 121 -
CMYK 0 0.99 0.51 0.04
HSL 330.74º 0.98% 0.49% -
HSV(B) 330.74º 0.99% 0.96% -
XYZ 41.48 21.02 19.96 -
YUV 88.52 146.34 240.32 -
System Red Green Blue C M Y K H S L
Decimal 246 2 121 0 0.99 0.51 0.04 330.74 0.98 0.49
Hex F6 2 79 0 63 33 4 14B 62 31
Octal 366 2 171 0 143 63 4 513 142 61
Binary 11110110 10 1111001 0 1100011 110011 100 101001011 1100010 110001

Color Harmonies of #F60279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60279

Black with #F60279

Text Example


Text Example

White with #F60279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60279; }

 p { color: rgb(246,2,121); }

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

background-color css

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

 a { background-color: rgb(246,2,121); }

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

border-color css

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

 span { border-color: rgb(246,2,121); }

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