Html Css Color HEX #F101FF Magenta

📋 copy color: '#F101FF'

red 241 ◦ green 1 ◦ blue 255

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

Shades of Magenta #F101FF

Tints of Magenta #F101FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 48.49%
G = 0.2%
B = 51.31%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F101FF (or 0xF101FF) is known color: Magenta. HEX triplet: F1, 01 and FF. RGB value is (241,1,255). Sum of RGB (Red+Green+Blue) = 241+1+255=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 1 (0.78% from 255 or 0.20% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #F101FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101FF is #0EFE00. Grayscale: #646464. Windows color (decimal): -982529 or 16712177. OLE color: 16712177.

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

Color convert

RGB 241 1 255 -
CMYK 0.05 1.00 0 0
HSL 296.69º 1% 0.5% -
HSV(B) 296.69º 1% 1% -
XYZ 54.34 25.94 96.75 -
YUV 101.72 214.51 227.35 -
System Red Green Blue C M Y K H S L
Decimal 241 1 255 0.05 1.00 0 0 296.69 1 0.5
Hex F1 1 FF 5 64 0 0 129 64 32
Octal 361 1 377 5 144 0 0 451 144 62
Binary 11110001 1 11111111 101 1100100 0 0 100101001 1100100 110010

Color Harmonies of #F101FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F101FF

Black with #F101FF

Text Example


Text Example

White with #F101FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F101FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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