Html Css Color HEX #F00AD7 Hot Magenta

📋 copy color: '#F00AD7'

red 240 ◦ green 10 ◦ blue 215

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

Shades of Hot Magenta #F00AD7

Tints of Hot Magenta #F00AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 51.61%
G = 2.15%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F00AD7 (or 0xF00AD7) is known color: Hot Magenta. HEX triplet: F0, 0A and D7. RGB value is (240,10,215). Sum of RGB (Red+Green+Blue) = 240+10+215=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AD7 is #0FF528. Grayscale: #656565. Windows color (decimal): -1045801 or 14093040. OLE color: 14093040.

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

Color convert

RGB 240 10 215 -
CMYK 0 0.96 0.10 0.06
HSL 306.52º 0.92% 0.49% -
HSV(B) 306.52º 0.96% 0.94% -
XYZ 48.31 23.65 66.31 -
YUV 102.14 191.7 226.33 -
System Red Green Blue C M Y K H S L
Decimal 240 10 215 0 0.96 0.10 0.06 306.52 0.92 0.49
Hex F0 A D7 0 60 A 6 133 5C 31
Octal 360 12 327 0 140 12 6 463 134 61
Binary 11110000 1010 11010111 0 1100000 1010 110 100110011 1011100 110001

Color Harmonies of #F00AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AD7

Black with #F00AD7

Text Example


Text Example

White with #F00AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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