Html Css Color HEX #FF07FC Magenta

📋 copy color: '#FF07FC'

red 255 ◦ green 7 ◦ blue 252

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

Shades of Magenta #FF07FC

Tints of Magenta #FF07FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 49.61%
G = 1.36%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF07FC (or 0xFF07FC) is known color: Magenta. HEX triplet: FF, 07 and FC. RGB value is (255,7,252). Sum of RGB (Red+Green+Blue) = 255+7+252=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 7 (3.12% from 255 or 1.36% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07FC is #00F803. Grayscale: #6C6C6C. Windows color (decimal): -63492 or 16517119. OLE color: 16517119.

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

Color convert

RGB 255 7 252 -
CMYK 0 0.97 0.01 0
HSL 300.73º 1% 0.51% -
HSV(B) 300.73º 0.97% 1% -
XYZ 58.89 28.44 94.48 -
YUV 109.08 208.66 232.08 -
System Red Green Blue C M Y K H S L
Decimal 255 7 252 0 0.97 0.01 0 300.73 1 0.51
Hex FF 7 FC 0 61 1 0 12D 64 33
Octal 377 7 374 0 141 1 0 455 144 63
Binary 11111111 111 11111100 0 1100001 1 0 100101101 1100100 110011

Color Harmonies of #FF07FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07FC

Black with #FF07FC

Text Example


Text Example

White with #FF07FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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