Html Css Color HEX #F708FE Magenta

📋 copy color: '#F708FE'

red 247 ◦ green 8 ◦ blue 254

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

Shades of Magenta #F708FE

Tints of Magenta #F708FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.57%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 48.53%
G = 1.57%
B = 49.9%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F708FE (or 0xF708FE) is known color: Magenta. HEX triplet: F7, 08 and FE. RGB value is (247,8,254). Sum of RGB (Red+Green+Blue) = 247+8+254=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 8 (3.52% from 255 or 1.57% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #F708FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F708FE is #08F701. Grayscale: #6A6A6A. Windows color (decimal): -587522 or 16648439. OLE color: 16648439.

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

Color convert

RGB 247 8 254 -
CMYK 0.03 0.97 0 0.00
HSL 298.29º 0.99% 0.51% -
HSV(B) 298.29º 0.97% 1% -
XYZ 56.33 27.1 96.03 -
YUV 107.51 210.68 227.5 -
System Red Green Blue C M Y K H S L
Decimal 247 8 254 0.03 0.97 0 0.00 298.29 0.99 0.51
Hex F7 8 FE 3 61 0 0 12A 63 33
Octal 367 10 376 3 141 0 0 452 143 63
Binary 11110111 1000 11111110 11 1100001 0 0 100101010 1100011 110011

Color Harmonies of #F708FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F708FE

Black with #F708FE

Text Example


Text Example

White with #F708FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F708FE; }

 p { color: rgb(247,8,254); }

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

background-color css

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

 a { background-color: rgb(247,8,254); }

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

border-color css

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

 span { border-color: rgb(247,8,254); }

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