Html Css Color HEX #F100E4 Hot Magenta

📋 copy color: '#F100E4'

red 241 ◦ green 0 ◦ blue 228

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

Shades of Hot Magenta #F100E4

Tints of Hot Magenta #F100E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.61%

R = 51.39%
G = 0%
B = 48.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F100E4 (or 0xF100E4) is known color: Hot Magenta. HEX triplet: F1, 00 and E4. RGB value is (241,0,228). Sum of RGB (Red+Green+Blue) = 241+0+228=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F100E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100E4 is #0EFF1B. Grayscale: #616161. Windows color (decimal): -982812 or 14942449. OLE color: 14942449.

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

Color convert

RGB 241 0 228 -
CMYK 0 1 0.05 0.05
HSL 303.24º 1% 0.47% -
HSV(B) 303.24º 1% 0.95% -
XYZ 50.28 24.3 75.44 -
YUV 98.05 201.34 229.96 -
System Red Green Blue C M Y K H S L
Decimal 241 0 228 0 1 0.05 0.05 303.24 1 0.47
Hex F1 0 E4 0 64 5 5 12F 64 2F
Octal 361 0 344 0 144 5 5 457 144 57
Binary 11110001 0 11100100 0 1100100 101 101 100101111 1100100 101111

Color Harmonies of #F100E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100E4

Black with #F100E4

Text Example


Text Example

White with #F100E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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