Html Css Color HEX #FF07FA Magenta

📋 copy color: '#FF07FA'

red 255 ◦ green 7 ◦ blue 250

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

Shades of Magenta #FF07FA

Tints of Magenta #FF07FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 49.8%
G = 1.37%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF07FA (or 0xFF07FA) is known color: Magenta. HEX triplet: FF, 07 and FA. RGB value is (255,7,250). Sum of RGB (Red+Green+Blue) = 255+7+250=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 7 (3.12% from 255 or 1.37% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07FA is #00F805. Grayscale: #6C6C6C. Windows color (decimal): -63494 or 16386047. OLE color: 16386047.

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

Color convert

RGB 255 7 250 -
CMYK 0 0.97 0.02 0
HSL 301.21º 1% 0.51% -
HSV(B) 301.21º 0.97% 1% -
XYZ 58.57 28.31 92.82 -
YUV 108.85 207.66 232.24 -
System Red Green Blue C M Y K H S L
Decimal 255 7 250 0 0.97 0.02 0 301.21 1 0.51
Hex FF 7 FA 0 61 2 0 12D 64 33
Octal 377 7 372 0 141 2 0 455 144 63
Binary 11111111 111 11111010 0 1100001 10 0 100101101 1100100 110011

Color Harmonies of #FF07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07FA

Black with #FF07FA

Text Example


Text Example

White with #FF07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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