Html Css Color HEX #F10AD2 Hot Magenta

📋 copy color: '#F10AD2'

red 241 ◦ green 10 ◦ blue 210

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

Shades of Hot Magenta #F10AD2

Tints of Hot Magenta #F10AD2

RGB

 RED value IS 241 (94.53% from 255) = 52.28%

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

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 52.28%
G = 2.17%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F10AD2 (or 0xF10AD2) is known color: Hot Magenta. HEX triplet: F1, 0A and D2. RGB value is (241,10,210). Sum of RGB (Red+Green+Blue) = 241+10+210=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10AD2 is #0EF52D. Grayscale: #656565. Windows color (decimal): -980270 or 13765361. OLE color: 13765361.

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

Color convert

RGB 241 10 210 -
CMYK 0 0.96 0.13 0.05
HSL 308.05º 0.92% 0.49% -
HSV(B) 308.05º 0.96% 0.95% -
XYZ 48.02 23.57 62.99 -
YUV 101.87 189.03 227.24 -
System Red Green Blue C M Y K H S L
Decimal 241 10 210 0 0.96 0.13 0.05 308.05 0.92 0.49
Hex F1 A D2 0 60 D 5 134 5C 31
Octal 361 12 322 0 140 15 5 464 134 61
Binary 11110001 1010 11010010 0 1100000 1101 101 100110100 1011100 110001

Color Harmonies of #F10AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10AD2

Black with #F10AD2

Text Example


Text Example

White with #F10AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10AD2; }

 p { color: rgb(241,10,210); }

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

background-color css

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

 a { background-color: rgb(241,10,210); }

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

border-color css

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

 span { border-color: rgb(241,10,210); }

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