Html Css Color HEX #F100EC Magenta

📋 copy color: '#F100EC'

red 241 ◦ green 0 ◦ blue 236

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

Shades of Magenta #F100EC

Tints of Magenta #F100EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 50.52%
G = 0%
B = 49.48%

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

#F100EC (or 0xF100EC) is known color: Magenta. HEX triplet: F1, 00 and EC. RGB value is (241,0,236). Sum of RGB (Red+Green+Blue) = 241+0+236=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F100EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100EC is #0EFF13. Grayscale: #626262. Windows color (decimal): -982804 or 15466737. OLE color: 15466737.

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

Color convert

RGB 241 0 236 -
CMYK 0 1 0.02 0.05
HSL 301.24º 1% 0.47% -
HSV(B) 301.24º 1% 0.95% -
XYZ 51.42 24.76 81.43 -
YUV 98.96 205.34 229.31 -
System Red Green Blue C M Y K H S L
Decimal 241 0 236 0 1 0.02 0.05 301.24 1 0.47
Hex F1 0 EC 0 64 2 5 12D 64 2F
Octal 361 0 354 0 144 2 5 455 144 57
Binary 11110001 0 11101100 0 1100100 10 101 100101101 1100100 101111

Color Harmonies of #F100EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100EC

Black with #F100EC

Text Example


Text Example

White with #F100EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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