Html Css Color HEX #F60ADB Hot Magenta

📋 copy color: '#F60ADB'

red 246 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #F60ADB

Tints of Hot Magenta #F60ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 51.79%
G = 2.11%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F60ADB (or 0xF60ADB) is known color: Hot Magenta. HEX triplet: F6, 0A and DB. RGB value is (246,10,219). Sum of RGB (Red+Green+Blue) = 246+10+219=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ADB is #09F524. Grayscale: #676767. Windows color (decimal): -652581 or 14355190. OLE color: 14355190.

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

Color convert

RGB 246 10 219 -
CMYK 0 0.96 0.11 0.04
HSL 306.86º 0.93% 0.5% -
HSV(B) 306.86º 0.96% 0.96% -
XYZ 50.9 24.92 69.15 -
YUV 104.39 192.69 229.01 -
System Red Green Blue C M Y K H S L
Decimal 246 10 219 0 0.96 0.11 0.04 306.86 0.93 0.5
Hex F6 A DB 0 60 B 4 133 5D 32
Octal 366 12 333 0 140 13 4 463 135 62
Binary 11110110 1010 11011011 0 1100000 1011 100 100110011 1011101 110010

Color Harmonies of #F60ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60ADB

Black with #F60ADB

Text Example


Text Example

White with #F60ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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