Html Css Color HEX #F00AD3 Hot Magenta

📋 copy color: '#F00AD3'

red 240 ◦ green 10 ◦ blue 211

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

Shades of Hot Magenta #F00AD3

Tints of Hot Magenta #F00AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.77%

R = 52.06%
G = 2.17%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F00AD3 (or 0xF00AD3) is known color: Hot Magenta. HEX triplet: F0, 0A and D3. RGB value is (240,10,211). Sum of RGB (Red+Green+Blue) = 240+10+211=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AD3 is #0FF52C. Grayscale: #656565. Windows color (decimal): -1045805 or 13830896. OLE color: 13830896.

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

Color convert

RGB 240 10 211 -
CMYK 0 0.96 0.12 0.06
HSL 307.57º 0.92% 0.49% -
HSV(B) 307.57º 0.96% 0.94% -
XYZ 47.8 23.45 63.63 -
YUV 101.68 189.7 226.66 -
System Red Green Blue C M Y K H S L
Decimal 240 10 211 0 0.96 0.12 0.06 307.57 0.92 0.49
Hex F0 A D3 0 60 C 6 134 5C 31
Octal 360 12 323 0 140 14 6 464 134 61
Binary 11110000 1010 11010011 0 1100000 1100 110 100110100 1011100 110001

Color Harmonies of #F00AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AD3

Black with #F00AD3

Text Example


Text Example

White with #F00AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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