Html Css Color HEX #FF07F0 Magenta

📋 copy color: '#FF07F0'

red 255 ◦ green 7 ◦ blue 240

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

Shades of Magenta #FF07F0

Tints of Magenta #FF07F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.81%

R = 50.8%
G = 1.39%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF07F0 (or 0xFF07F0) is known color: Magenta. HEX triplet: FF, 07 and F0. RGB value is (255,7,240). Sum of RGB (Red+Green+Blue) = 255+7+240=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 7 (3.12% from 255 or 1.39% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07F0 is #00F80F. Grayscale: #6B6B6B. Windows color (decimal): -63504 or 15730687. OLE color: 15730687.

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

Color convert

RGB 255 7 240 -
CMYK 0 0.97 0.06 0
HSL 303.63º 1% 0.51% -
HSV(B) 303.63º 0.97% 1% -
XYZ 57.04 27.7 84.78 -
YUV 107.71 202.66 233.05 -
System Red Green Blue C M Y K H S L
Decimal 255 7 240 0 0.97 0.06 0 303.63 1 0.51
Hex FF 7 F0 0 61 6 0 130 64 33
Octal 377 7 360 0 141 6 0 460 144 63
Binary 11111111 111 11110000 0 1100001 110 0 100110000 1100100 110011

Color Harmonies of #FF07F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07F0

Black with #FF07F0

Text Example


Text Example

White with #FF07F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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