Html Css Color HEX #F00ADB Hot Magenta

📋 copy color: '#F00ADB'

red 240 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #F00ADB

Tints of Hot Magenta #F00ADB

RGB

 RED value IS 240 (94.14% from 255) = 51.17%

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

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

R = 51.17%
G = 2.13%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F00ADB (or 0xF00ADB) is known color: Hot Magenta. HEX triplet: F0, 0A and DB. RGB value is (240,10,219). Sum of RGB (Red+Green+Blue) = 240+10+219=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ADB is #0FF524. Grayscale: #656565. Windows color (decimal): -1045797 or 14355184. OLE color: 14355184.

HSL color Cylindrical-coordinate representation of color #F00ADB: hue angle of 305.48º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00ADB is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 219 -
CMYK 0 0.96 0.09 0.06
HSL 305.48º 0.92% 0.49% -
HSV(B) 305.48º 0.96% 0.94% -
XYZ 48.83 23.86 69.05 -
YUV 102.6 193.7 226.01 -
System Red Green Blue C M Y K H S L
Decimal 240 10 219 0 0.96 0.09 0.06 305.48 0.92 0.49
Hex F0 A DB 0 60 9 6 131 5C 31
Octal 360 12 333 0 140 11 6 461 134 61
Binary 11110000 1010 11011011 0 1100000 1001 110 100110001 1011100 110001

Color Harmonies of #F00ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00ADB

Black with #F00ADB

Text Example


Text Example

White with #F00ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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