Html Css Color HEX #FF0FEF Magenta

📋 copy color: '#FF0FEF'

red 255 ◦ green 15 ◦ blue 239

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

Shades of Magenta #FF0FEF

Tints of Magenta #FF0FEF

RGB

 RED value IS 255 (100% from 255) = 50.1%

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

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

R = 50.1%
G = 2.95%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF0FEF (or 0xFF0FEF) is known color: Magenta. HEX triplet: FF, 0F and EF. RGB value is (255,15,239). Sum of RGB (Red+Green+Blue) = 255+15+239=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 15 (6.25% from 255 or 2.95% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FEF is #00F010. Grayscale: #6F6F6F. Windows color (decimal): -61457 or 15667199. OLE color: 15667199.

HSL color Cylindrical-coordinate representation of color #FF0FEF: hue angle of 304º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FEF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 255 15 239 -
CMYK 0 0.94 0.06 0
HSL 304º 1% 0.53% -
HSV(B) 304º 0.94% 1% -
XYZ 56.99 27.83 84.03 -
YUV 112.3 199.51 229.79 -
System Red Green Blue C M Y K H S L
Decimal 255 15 239 0 0.94 0.06 0 304 1 0.53
Hex FF F EF 0 5E 6 0 130 64 35
Octal 377 17 357 0 136 6 0 460 144 65
Binary 11111111 1111 11101111 0 1011110 110 0 100110000 1100100 110101

Color Harmonies of #FF0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0FEF

Black with #FF0FEF

Text Example


Text Example

White with #FF0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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