Html Css Color HEX #F00ADD Hot Magenta

📋 copy color: '#F00ADD'

red 240 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #F00ADD

Tints of Hot Magenta #F00ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 50.96%
G = 2.12%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F00ADD (or 0xF00ADD) is known color: Hot Magenta. HEX triplet: F0, 0A and DD. RGB value is (240,10,221). Sum of RGB (Red+Green+Blue) = 240+10+221=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ADD is #0FF522. Grayscale: #666666. Windows color (decimal): -1045795 or 14486256. OLE color: 14486256.

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

Color convert

RGB 240 10 221 -
CMYK 0 0.96 0.08 0.06
HSL 304.96º 0.92% 0.49% -
HSV(B) 304.96º 0.96% 0.94% -
XYZ 49.09 23.96 70.44 -
YUV 102.82 194.7 225.84 -
System Red Green Blue C M Y K H S L
Decimal 240 10 221 0 0.96 0.08 0.06 304.96 0.92 0.49
Hex F0 A DD 0 60 8 6 131 5C 31
Octal 360 12 335 0 140 10 6 461 134 61
Binary 11110000 1010 11011101 0 1100000 1000 110 100110001 1011100 110001

Color Harmonies of #F00ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00ADD

Black with #F00ADD

Text Example


Text Example

White with #F00ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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