Html Css Color HEX #F610DB Hot Magenta

📋 copy color: '#F610DB'

red 246 ◦ green 16 ◦ blue 219

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

Shades of Hot Magenta #F610DB

Tints of Hot Magenta #F610DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.33%

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

R = 51.14%
G = 3.33%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F610DB (or 0xF610DB) is known color: Hot Magenta. HEX triplet: F6, 10 and DB. RGB value is (246,16,219). Sum of RGB (Red+Green+Blue) = 246+16+219=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F610DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610DB is #09EF24. Grayscale: #6B6B6B. Windows color (decimal): -651045 or 14356726. OLE color: 14356726.

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

Color convert

RGB 246 16 219 -
CMYK 0 0.93 0.11 0.04
HSL 307.04º 0.93% 0.51% -
HSV(B) 307.04º 0.93% 0.96% -
XYZ 50.98 25.08 69.17 -
YUV 107.91 190.7 226.49 -
System Red Green Blue C M Y K H S L
Decimal 246 16 219 0 0.93 0.11 0.04 307.04 0.93 0.51
Hex F6 10 DB 0 5D B 4 133 5D 33
Octal 366 20 333 0 135 13 4 463 135 63
Binary 11110110 10000 11011011 0 1011101 1011 100 100110011 1011101 110011

Color Harmonies of #F610DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610DB

Black with #F610DB

Text Example


Text Example

White with #F610DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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