Html Css Color HEX #F10FD8 Hot Magenta

📋 copy color: '#F10FD8'

red 241 ◦ green 15 ◦ blue 216

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

Shades of Hot Magenta #F10FD8

Tints of Hot Magenta #F10FD8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 51.06%
G = 3.18%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F10FD8 (or 0xF10FD8) is known color: Hot Magenta. HEX triplet: F1, 0F and D8. RGB value is (241,15,216). Sum of RGB (Red+Green+Blue) = 241+15+216=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FD8 is #0EF027. Grayscale: #686868. Windows color (decimal): -978984 or 14159857. OLE color: 14159857.

HSL color Cylindrical-coordinate representation of color #F10FD8: hue angle of 306.64º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FD8 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 216 -
CMYK 0 0.94 0.10 0.05
HSL 306.64º 0.89% 0.5% -
HSV(B) 306.64º 0.94% 0.95% -
XYZ 48.84 24 67.02 -
YUV 105.49 190.37 224.66 -
System Red Green Blue C M Y K H S L
Decimal 241 15 216 0 0.94 0.10 0.05 306.64 0.89 0.5
Hex F1 F D8 0 5E A 5 133 59 32
Octal 361 17 330 0 136 12 5 463 131 62
Binary 11110001 1111 11011000 0 1011110 1010 101 100110011 1011001 110010

Color Harmonies of #F10FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FD8

Black with #F10FD8

Text Example


Text Example

White with #F10FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FD8; }

 p { color: rgb(241,15,216); }

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

background-color css

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

 a { background-color: rgb(241,15,216); }

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

border-color css

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

 span { border-color: rgb(241,15,216); }

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