Html Css Color HEX #F101F1 Magenta

📋 copy color: '#F101F1'

red 241 ◦ green 1 ◦ blue 241

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

Shades of Magenta #F101F1

Tints of Magenta #F101F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.9%

R = 49.9%
G = 0.21%
B = 49.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F101F1 (or 0xF101F1) is known color: Magenta. HEX triplet: F1, 01 and F1. RGB value is (241,1,241). Sum of RGB (Red+Green+Blue) = 241+1+241=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F101F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101F1 is #0EFE0E. Grayscale: #636363. Windows color (decimal): -982543 or 15794673. OLE color: 15794673.

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

Color convert

RGB 241 1 241 -
CMYK 0 1.00 0 0.05
HSL 300º 0.99% 0.47% -
HSV(B) 300º 1% 0.95% -
XYZ 52.16 25.07 85.31 -
YUV 100.12 207.51 228.49 -
System Red Green Blue C M Y K H S L
Decimal 241 1 241 0 1.00 0 0.05 300 0.99 0.47
Hex F1 1 F1 0 64 0 5 12C 63 2F
Octal 361 1 361 0 144 0 5 454 143 57
Binary 11110001 1 11110001 0 1100100 0 101 100101100 1100011 101111

Color Harmonies of #F101F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F101F1

Black with #F101F1

Text Example


Text Example

White with #F101F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F101F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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