Html Css Color HEX #F101E5 Magenta

📋 copy color: '#F101E5'

red 241 ◦ green 1 ◦ blue 229

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

Shades of Magenta #F101E5

Tints of Magenta #F101E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 51.17%
G = 0.21%
B = 48.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F101E5 (or 0xF101E5) is known color: Magenta. HEX triplet: F1, 01 and E5. RGB value is (241,1,229). Sum of RGB (Red+Green+Blue) = 241+1+229=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F101E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101E5 is #0EFE1A. Grayscale: #626262. Windows color (decimal): -982555 or 15008241. OLE color: 15008241.

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

Color convert

RGB 241 1 229 -
CMYK 0 1.00 0.05 0.05
HSL 303º 0.99% 0.47% -
HSV(B) 303º 1% 0.95% -
XYZ 50.43 24.38 76.18 -
YUV 98.75 201.51 229.46 -
System Red Green Blue C M Y K H S L
Decimal 241 1 229 0 1.00 0.05 0.05 303 0.99 0.47
Hex F1 1 E5 0 64 5 5 12F 63 2F
Octal 361 1 345 0 144 5 5 457 143 57
Binary 11110001 1 11100101 0 1100100 101 101 100101111 1100011 101111

Color Harmonies of #F101E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F101E5

Black with #F101E5

Text Example


Text Example

White with #F101E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F101E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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