Html Css Color HEX #F60A8A Deep Pink

📋 copy color: '#F60A8A'

red 246 ◦ green 10 ◦ blue 138

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

Shades of Deep Pink #F60A8A

Tints of Deep Pink #F60A8A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 62.44%
G = 2.54%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F60A8A (or 0xF60A8A) is known color: Deep Pink. HEX triplet: F6, 0A and 8A. RGB value is (246,10,138). Sum of RGB (Red+Green+Blue) = 246+10+138=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60A8A is #09F575. Grayscale: #5E5E5E. Windows color (decimal): -652662 or 9046774. OLE color: 9046774.

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

Color convert

RGB 246 10 138 -
CMYK 0 0.96 0.44 0.04
HSL 327.46º 0.93% 0.5% -
HSV(B) 327.46º 0.96% 0.96% -
XYZ 42.7 21.64 25.97 -
YUV 95.16 152.19 235.59 -
System Red Green Blue C M Y K H S L
Decimal 246 10 138 0 0.96 0.44 0.04 327.46 0.93 0.5
Hex F6 A 8A 0 60 2C 4 147 5D 32
Octal 366 12 212 0 140 54 4 507 135 62
Binary 11110110 1010 10001010 0 1100000 101100 100 101000111 1011101 110010

Color Harmonies of #F60A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60A8A

Black with #F60A8A

Text Example


Text Example

White with #F60A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60A8A; }

 p { color: rgb(246,10,138); }

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

background-color css

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

 a { background-color: rgb(246,10,138); }

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

border-color css

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

 span { border-color: rgb(246,10,138); }

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