Html Css Color HEX #FF07FF Magenta

📋 copy color: '#FF07FF'

red 255 ◦ green 7 ◦ blue 255

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

Shades of Magenta #FF07FF

Tints of Magenta #FF07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.35%

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

R = 49.32%
G = 1.35%
B = 49.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF07FF (or 0xFF07FF) is known color: Magenta. HEX triplet: FF, 07 and FF. RGB value is (255,7,255). Sum of RGB (Red+Green+Blue) = 255+7+255=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 7 (3.12% from 255 or 1.35% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF07FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07FF is #00F800. Grayscale: #6C6C6C. Windows color (decimal): -63489 or 16713727. OLE color: 16713727.

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

Color convert

RGB 255 7 255 -
CMYK 0 0.97 0 0
HSL 300º 1% 0.51% -
HSV(B) 300º 0.97% 1% -
XYZ 59.37 28.63 97.01 -
YUV 109.42 210.16 231.83 -
System Red Green Blue C M Y K H S L
Decimal 255 7 255 0 0.97 0 0 300 1 0.51
Hex FF 7 FF 0 61 0 0 12C 64 33
Octal 377 7 377 0 141 0 0 454 144 63
Binary 11111111 111 11111111 0 1100001 0 0 100101100 1100100 110011

Color Harmonies of #FF07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07FF

Black with #FF07FF

Text Example


Text Example

White with #FF07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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