Html Css Color HEX #F60FDB Hot Magenta

📋 copy color: '#F60FDB'

red 246 ◦ green 15 ◦ blue 219

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

Shades of Hot Magenta #F60FDB

Tints of Hot Magenta #F60FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.13%

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

R = 51.25%
G = 3.13%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F60FDB (or 0xF60FDB) is known color: Hot Magenta. HEX triplet: F6, 0F and DB. RGB value is (246,15,219). Sum of RGB (Red+Green+Blue) = 246+15+219=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60FDB is #09F024. Grayscale: #6A6A6A. Windows color (decimal): -651301 or 14356470. OLE color: 14356470.

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

Color convert

RGB 246 15 219 -
CMYK 0 0.94 0.11 0.04
HSL 307.01º 0.93% 0.51% -
HSV(B) 307.01º 0.94% 0.96% -
XYZ 50.96 25.05 69.17 -
YUV 107.33 191.03 226.91 -
System Red Green Blue C M Y K H S L
Decimal 246 15 219 0 0.94 0.11 0.04 307.01 0.93 0.51
Hex F6 F DB 0 5E B 4 133 5D 33
Octal 366 17 333 0 136 13 4 463 135 63
Binary 11110110 1111 11011011 0 1011110 1011 100 100110011 1011101 110011

Color Harmonies of #F60FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60FDB

Black with #F60FDB

Text Example


Text Example

White with #F60FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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