Html Css Color HEX #FF07F7 Magenta

📋 copy color: '#FF07F7'

red 255 ◦ green 7 ◦ blue 247

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

Shades of Magenta #FF07F7

Tints of Magenta #FF07F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 50.1%
G = 1.38%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF07F7 (or 0xFF07F7) is known color: Magenta. HEX triplet: FF, 07 and F7. RGB value is (255,7,247). Sum of RGB (Red+Green+Blue) = 255+7+247=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 7 (3.12% from 255 or 1.38% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07F7 is #00F808. Grayscale: #6B6B6B. Windows color (decimal): -63497 or 16189439. OLE color: 16189439.

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

Color convert

RGB 255 7 247 -
CMYK 0 0.97 0.03 0
HSL 301.94º 1% 0.51% -
HSV(B) 301.94º 0.97% 1% -
XYZ 58.1 28.13 90.36 -
YUV 108.51 206.16 232.49 -
System Red Green Blue C M Y K H S L
Decimal 255 7 247 0 0.97 0.03 0 301.94 1 0.51
Hex FF 7 F7 0 61 3 0 12E 64 33
Octal 377 7 367 0 141 3 0 456 144 63
Binary 11111111 111 11110111 0 1100001 11 0 100101110 1100100 110011

Color Harmonies of #FF07F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07F7

Black with #FF07F7

Text Example


Text Example

White with #FF07F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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