Html Css Color HEX #F100EB Magenta

📋 copy color: '#F100EB'

red 241 ◦ green 0 ◦ blue 235

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

Shades of Magenta #F100EB

Tints of Magenta #F100EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 50.63%
G = 0%
B = 49.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F100EB (or 0xF100EB) is known color: Magenta. HEX triplet: F1, 00 and EB. RGB value is (241,0,235). Sum of RGB (Red+Green+Blue) = 241+0+235=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F100EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100EB is #0EFF14. Grayscale: #626262. Windows color (decimal): -982805 or 15401201. OLE color: 15401201.

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

Color convert

RGB 241 0 235 -
CMYK 0 1 0.02 0.05
HSL 301.49º 1% 0.47% -
HSV(B) 301.49º 1% 0.95% -
XYZ 51.27 24.7 80.66 -
YUV 98.85 204.84 229.39 -
System Red Green Blue C M Y K H S L
Decimal 241 0 235 0 1 0.02 0.05 301.49 1 0.47
Hex F1 0 EB 0 64 2 5 12D 64 2F
Octal 361 0 353 0 144 2 5 455 144 57
Binary 11110001 0 11101011 0 1100100 10 101 100101101 1100100 101111

Color Harmonies of #F100EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100EB

Black with #F100EB

Text Example


Text Example

White with #F100EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100EB; }

 p { color: rgb(241,0,235); }

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

background-color css

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

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

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

border-color css

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

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

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