Html Css Color HEX #FF07FE Magenta

📋 copy color: '#FF07FE'

red 255 ◦ green 7 ◦ blue 254

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

Shades of Magenta #FF07FE

Tints of Magenta #FF07FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 49.42%
G = 1.36%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF07FE (or 0xFF07FE) is known color: Magenta. HEX triplet: FF, 07 and FE. RGB value is (255,7,254). Sum of RGB (Red+Green+Blue) = 255+7+254=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 7 (3.12% from 255 or 1.36% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07FE is #00F801. Grayscale: #6C6C6C. Windows color (decimal): -63490 or 16648191. OLE color: 16648191.

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

Color convert

RGB 255 7 254 -
CMYK 0 0.97 0.00 0
HSL 300.24º 1% 0.51% -
HSV(B) 300.24º 0.97% 1% -
XYZ 59.21 28.57 96.16 -
YUV 109.31 209.66 231.92 -
System Red Green Blue C M Y K H S L
Decimal 255 7 254 0 0.97 0.00 0 300.24 1 0.51
Hex FF 7 FE 0 61 0 0 12C 64 33
Octal 377 7 376 0 141 0 0 454 144 63
Binary 11111111 111 11111110 0 1100001 0 0 100101100 1100100 110011

Color Harmonies of #FF07FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07FE

Black with #FF07FE

Text Example


Text Example

White with #FF07FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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