Html Css Color HEX #F707FF Magenta

📋 copy color: '#F707FF'

red 247 ◦ green 7 ◦ blue 255

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

Shades of Magenta #F707FF

Tints of Magenta #F707FF

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F707FF (or 0xF707FF) is known color: Magenta. HEX triplet: F7, 07 and FF. RGB value is (247,7,255). Sum of RGB (Red+Green+Blue) = 247+7+255=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 7 (3.12% from 255 or 1.38% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #F707FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F707FF is #08F800. Grayscale: #6A6A6A. Windows color (decimal): -587777 or 16713719. OLE color: 16713719.

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

Color convert

RGB 247 7 255 -
CMYK 0.03 0.97 0 0
HSL 298.06º 1% 0.51% -
HSV(B) 298.06º 0.97% 1% -
XYZ 56.48 27.15 96.87 -
YUV 107.03 211.51 227.83 -
System Red Green Blue C M Y K H S L
Decimal 247 7 255 0.03 0.97 0 0 298.06 1 0.51
Hex F7 7 FF 3 61 0 0 12A 64 33
Octal 367 7 377 3 141 0 0 452 144 63
Binary 11110111 111 11111111 11 1100001 0 0 100101010 1100100 110011

Color Harmonies of #F707FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707FF

Black with #F707FF

Text Example


Text Example

White with #F707FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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