Html Css Color HEX #F104ED Magenta

📋 copy color: '#F104ED'

red 241 ◦ green 4 ◦ blue 237

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

Shades of Magenta #F104ED

Tints of Magenta #F104ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.83%

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 50%
G = 0.83%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F104ED (or 0xF104ED) is known color: Magenta. HEX triplet: F1, 04 and ED. RGB value is (241,4,237). Sum of RGB (Red+Green+Blue) = 241+4+237=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 4 (1.95% from 255 or 0.83% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F104ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F104ED is #0EFB12. Grayscale: #646464. Windows color (decimal): -981779 or 15533297. OLE color: 15533297.

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

Color convert

RGB 241 4 237 -
CMYK 0 0.98 0.02 0.05
HSL 301.01º 0.97% 0.48% -
HSV(B) 301.01º 0.98% 0.95% -
XYZ 51.61 24.9 82.21 -
YUV 101.43 204.52 227.55 -
System Red Green Blue C M Y K H S L
Decimal 241 4 237 0 0.98 0.02 0.05 301.01 0.97 0.48
Hex F1 4 ED 0 62 2 5 12D 61 30
Octal 361 4 355 0 142 2 5 455 141 60
Binary 11110001 100 11101101 0 1100010 10 101 100101101 1100001 110000

Color Harmonies of #F104ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F104ED

Black with #F104ED

Text Example


Text Example

White with #F104ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F104ED; }

 p { color: rgb(241,4,237); }

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

background-color css

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

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

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

border-color css

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

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

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