Html Css Color HEX #F707F8 Magenta

📋 copy color: '#F707F8'

red 247 ◦ green 7 ◦ blue 248

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

Shades of Magenta #F707F8

Tints of Magenta #F707F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 49.2%
G = 1.39%
B = 49.4%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F707F8 (or 0xF707F8) is known color: Magenta. HEX triplet: F7, 07 and F8. RGB value is (247,7,248). Sum of RGB (Red+Green+Blue) = 247+7+248=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 7 (3.12% from 255 or 1.39% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #F707F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F707F8 is #08F807. Grayscale: #696969. Windows color (decimal): -587784 or 16254967. OLE color: 16254967.

HSL color Cylindrical-coordinate representation of color #F707F8: hue angle of 299.75º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F707F8 is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 7 248 -
CMYK 0.00 0.97 0 0.03
HSL 299.75º 0.95% 0.5% -
HSV(B) 299.75º 0.97% 0.97% -
XYZ 55.38 26.7 91.04 -
YUV 106.23 208.01 228.4 -
System Red Green Blue C M Y K H S L
Decimal 247 7 248 0.00 0.97 0 0.03 299.75 0.95 0.5
Hex F7 7 F8 0 61 0 3 12C 5F 32
Octal 367 7 370 0 141 0 3 454 137 62
Binary 11110111 111 11111000 0 1100001 0 11 100101100 1011111 110010

Color Harmonies of #F707F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707F8

Black with #F707F8

Text Example


Text Example

White with #F707F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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