Html Css Color HEX #F10FD1 Hot Magenta

📋 copy color: '#F10FD1'

red 241 ◦ green 15 ◦ blue 209

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

Shades of Hot Magenta #F10FD1

Tints of Hot Magenta #F10FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 51.83%
G = 3.23%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F10FD1 (or 0xF10FD1) is known color: Hot Magenta. HEX triplet: F1, 0F and D1. RGB value is (241,15,209). Sum of RGB (Red+Green+Blue) = 241+15+209=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FD1 is #0EF02E. Grayscale: #686868. Windows color (decimal): -978991 or 13701105. OLE color: 13701105.

HSL color Cylindrical-coordinate representation of color #F10FD1: hue angle of 308.5º 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 #F10FD1 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 209 -
CMYK 0 0.94 0.13 0.05
HSL 308.5º 0.89% 0.5% -
HSV(B) 308.5º 0.94% 0.95% -
XYZ 47.96 23.65 62.36 -
YUV 104.69 186.87 225.23 -
System Red Green Blue C M Y K H S L
Decimal 241 15 209 0 0.94 0.13 0.05 308.5 0.89 0.5
Hex F1 F D1 0 5E D 5 134 59 32
Octal 361 17 321 0 136 15 5 464 131 62
Binary 11110001 1111 11010001 0 1011110 1101 101 100110100 1011001 110010

Color Harmonies of #F10FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FD1

Black with #F10FD1

Text Example


Text Example

White with #F10FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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