Html Css Color HEX #F10FFF Magenta

📋 copy color: '#F10FFF'

red 241 ◦ green 15 ◦ blue 255

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

Shades of Magenta #F10FFF

Tints of Magenta #F10FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 47.16%
G = 2.94%
B = 49.9%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F10FFF (or 0xF10FFF) is known color: Magenta. HEX triplet: F1, 0F and FF. RGB value is (241,15,255). Sum of RGB (Red+Green+Blue) = 241+15+255=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 15 (6.25% from 255 or 2.94% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #F10FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FFF is #0EF000. Grayscale: #6D6D6D. Windows color (decimal): -978945 or 16715761. OLE color: 16715761.

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

Color convert

RGB 241 15 255 -
CMYK 0.05 0.94 0 0
HSL 296.5º 1% 0.53% -
HSV(B) 296.5º 0.94% 1% -
XYZ 54.5 26.26 96.8 -
YUV 109.93 209.87 221.49 -
System Red Green Blue C M Y K H S L
Decimal 241 15 255 0.05 0.94 0 0 296.5 1 0.53
Hex F1 F FF 5 5E 0 0 128 64 35
Octal 361 17 377 5 136 0 0 450 144 65
Binary 11110001 1111 11111111 101 1011110 0 0 100101000 1100100 110101

Color Harmonies of #F10FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FFF

Black with #F10FFF

Text Example


Text Example

White with #F10FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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