Html Css Color HEX #FF0EF9 Magenta

📋 copy color: '#FF0EF9'

red 255 ◦ green 14 ◦ blue 249

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

Shades of Magenta #FF0EF9

Tints of Magenta #FF0EF9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.7%

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 49.23%
G = 2.7%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF0EF9 (or 0xFF0EF9) is known color: Magenta. HEX triplet: FF, 0E and F9. RGB value is (255,14,249). Sum of RGB (Red+Green+Blue) = 255+14+249=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 14 (5.86% from 255 or 2.70% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0EF9 is #00F106. Grayscale: #707070. Windows color (decimal): -61703 or 16322303. OLE color: 16322303.

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

Color convert

RGB 255 14 249 -
CMYK 0 0.95 0.02 0
HSL 301.49º 1% 0.53% -
HSV(B) 301.49º 0.95% 1% -
XYZ 58.5 28.41 92.02 -
YUV 112.85 204.84 229.39 -
System Red Green Blue C M Y K H S L
Decimal 255 14 249 0 0.95 0.02 0 301.49 1 0.53
Hex FF E F9 0 5F 2 0 12D 64 35
Octal 377 16 371 0 137 2 0 455 144 65
Binary 11111111 1110 11111001 0 1011111 10 0 100101101 1100100 110101

Color Harmonies of #FF0EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0EF9

Black with #FF0EF9

Text Example


Text Example

White with #FF0EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0EF9; }

 p { color: rgb(255,14,249); }

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

background-color css

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

 a { background-color: rgb(255,14,249); }

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

border-color css

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

 span { border-color: rgb(255,14,249); }

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