Html Css Color HEX #F00ADA Hot Magenta

📋 copy color: '#F00ADA'

red 240 ◦ green 10 ◦ blue 218

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

Shades of Hot Magenta #F00ADA

Tints of Hot Magenta #F00ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 51.28%
G = 2.14%
B = 46.58%

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

#F00ADA (or 0xF00ADA) is known color: Hot Magenta. HEX triplet: F0, 0A and DA. RGB value is (240,10,218). Sum of RGB (Red+Green+Blue) = 240+10+218=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ADA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ADA is #0FF525. Grayscale: #656565. Windows color (decimal): -1045798 or 14289648. OLE color: 14289648.

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

Color convert

RGB 240 10 218 -
CMYK 0 0.96 0.09 0.06
HSL 305.74º 0.92% 0.49% -
HSV(B) 305.74º 0.96% 0.94% -
XYZ 48.7 23.8 68.36 -
YUV 102.48 193.2 226.09 -
System Red Green Blue C M Y K H S L
Decimal 240 10 218 0 0.96 0.09 0.06 305.74 0.92 0.49
Hex F0 A DA 0 60 9 6 132 5C 31
Octal 360 12 332 0 140 11 6 462 134 61
Binary 11110000 1010 11011010 0 1100000 1001 110 100110010 1011100 110001

Color Harmonies of #F00ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00ADA

Black with #F00ADA

Text Example


Text Example

White with #F00ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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