Html Css Color HEX #FF0FFF Magenta

📋 copy color: '#FF0FFF'

red 255 ◦ green 15 ◦ blue 255

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

Shades of Magenta #FF0FFF

Tints of Magenta #FF0FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 48.57%
G = 2.86%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF0FFF (or 0xFF0FFF) is known color: Magenta. HEX triplet: FF, 0F and FF. RGB value is (255,15,255). Sum of RGB (Red+Green+Blue) = 255+15+255=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 15 (6.25% from 255 or 2.86% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF0FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FFF is #00F000. Grayscale: #717171. Windows color (decimal): -61441 or 16715775. OLE color: 16715775.

HSL color Cylindrical-coordinate representation of color #FF0FFF: hue angle of 300º 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 #FF0FFF is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 255 15 255 -
CMYK 0 0.94 0 0
HSL 300º 1% 0.53% -
HSV(B) 300º 0.94% 1% -
XYZ 59.46 28.82 97.04 -
YUV 114.12 207.51 228.49 -
System Red Green Blue C M Y K H S L
Decimal 255 15 255 0 0.94 0 0 300 1 0.53
Hex FF F FF 0 5E 0 0 12C 64 35
Octal 377 17 377 0 136 0 0 454 144 65
Binary 11111111 1111 11111111 0 1011110 0 0 100101100 1100100 110101

Color Harmonies of #FF0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0FFF

Black with #FF0FFF

Text Example


Text Example

White with #FF0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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