Html Css Color HEX #F105EF Magenta

📋 copy color: '#F105EF'

red 241 ◦ green 5 ◦ blue 239

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

Shades of Magenta #F105EF

Tints of Magenta #F105EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.03%

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 49.69%
G = 1.03%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F105EF (or 0xF105EF) is known color: Magenta. HEX triplet: F1, 05 and EF. RGB value is (241,5,239). Sum of RGB (Red+Green+Blue) = 241+5+239=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 5 (2.34% from 255 or 1.03% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F105EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F105EF is #0EFA10. Grayscale: #656565. Windows color (decimal): -981521 or 15664625. OLE color: 15664625.

HSL color Cylindrical-coordinate representation of color #F105EF: hue angle of 300.51º degrees, saturation: 0.96, 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 #F105EF is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 5 239 -
CMYK 0 0.98 0.01 0.05
HSL 300.51º 0.96% 0.48% -
HSV(B) 300.51º 0.98% 0.95% -
XYZ 51.91 25.04 83.76 -
YUV 102.24 205.19 226.97 -
System Red Green Blue C M Y K H S L
Decimal 241 5 239 0 0.98 0.01 0.05 300.51 0.96 0.48
Hex F1 5 EF 0 62 1 5 12D 60 30
Octal 361 5 357 0 142 1 5 455 140 60
Binary 11110001 101 11101111 0 1100010 1 101 100101101 1100000 110000

Color Harmonies of #F105EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F105EF

Black with #F105EF

Text Example


Text Example

White with #F105EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F105EF; }

 p { color: rgb(241,5,239); }

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

background-color css

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

 a { background-color: rgb(241,5,239); }

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

border-color css

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

 span { border-color: rgb(241,5,239); }

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