Html Css Color HEX #F10FEF Magenta

📋 copy color: '#F10FEF'

red 241 ◦ green 15 ◦ blue 239

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

Shades of Magenta #F10FEF

Tints of Magenta #F10FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.03%

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

R = 48.69%
G = 3.03%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F10FEF (or 0xF10FEF) is known color: Magenta. HEX triplet: F1, 0F and EF. RGB value is (241,15,239). Sum of RGB (Red+Green+Blue) = 241+15+239=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FEF is #0EF010. Grayscale: #6B6B6B. Windows color (decimal): -978961 or 15667185. OLE color: 15667185.

HSL color Cylindrical-coordinate representation of color #F10FEF: hue angle of 300.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FEF is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 239 -
CMYK 0 0.94 0.01 0.05
HSL 300.53º 0.89% 0.5% -
HSV(B) 300.53º 0.94% 0.95% -
XYZ 52.03 25.27 83.8 -
YUV 108.11 201.87 222.79 -
System Red Green Blue C M Y K H S L
Decimal 241 15 239 0 0.94 0.01 0.05 300.53 0.89 0.5
Hex F1 F EF 0 5E 1 5 12D 59 32
Octal 361 17 357 0 136 1 5 455 131 62
Binary 11110001 1111 11101111 0 1011110 1 101 100101101 1011001 110010

Color Harmonies of #F10FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FEF

Black with #F10FEF

Text Example


Text Example

White with #F10FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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