Html Css Color HEX #F60DDB Hot Magenta

📋 copy color: '#F60DDB'

red 246 ◦ green 13 ◦ blue 219

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

Shades of Hot Magenta #F60DDB

Tints of Hot Magenta #F60DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.72%

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

R = 51.46%
G = 2.72%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F60DDB (or 0xF60DDB) is known color: Hot Magenta. HEX triplet: F6, 0D and DB. RGB value is (246,13,219). Sum of RGB (Red+Green+Blue) = 246+13+219=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DDB is #09F224. Grayscale: #696969. Windows color (decimal): -651813 or 14355958. OLE color: 14355958.

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

Color convert

RGB 246 13 219 -
CMYK 0 0.95 0.11 0.04
HSL 306.95º 0.93% 0.51% -
HSV(B) 306.95º 0.95% 0.96% -
XYZ 50.94 25 69.16 -
YUV 106.15 191.69 227.75 -
System Red Green Blue C M Y K H S L
Decimal 246 13 219 0 0.95 0.11 0.04 306.95 0.93 0.51
Hex F6 D DB 0 5F B 4 133 5D 33
Octal 366 15 333 0 137 13 4 463 135 63
Binary 11110110 1101 11011011 0 1011111 1011 100 100110011 1011101 110011

Color Harmonies of #F60DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DDB

Black with #F60DDB

Text Example


Text Example

White with #F60DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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