Html Css Color HEX #F708DF Hot Magenta

📋 copy color: '#F708DF'

red 247 ◦ green 8 ◦ blue 223

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

Shades of Hot Magenta #F708DF

Tints of Hot Magenta #F708DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 51.67%
G = 1.67%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F708DF (or 0xF708DF) is known color: Hot Magenta. HEX triplet: F7, 08 and DF. RGB value is (247,8,223). Sum of RGB (Red+Green+Blue) = 247+8+223=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 8 (3.52% from 255 or 1.67% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F708DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F708DF is #08F720. Grayscale: #676767. Windows color (decimal): -587553 or 14616823. OLE color: 14616823.

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

Color convert

RGB 247 8 223 -
CMYK 0 0.97 0.10 0.03
HSL 306.03º 0.94% 0.5% -
HSV(B) 306.03º 0.97% 0.97% -
XYZ 51.76 25.28 71.96 -
YUV 103.97 195.18 230.02 -
System Red Green Blue C M Y K H S L
Decimal 247 8 223 0 0.97 0.10 0.03 306.03 0.94 0.5
Hex F7 8 DF 0 61 A 3 132 5E 32
Octal 367 10 337 0 141 12 3 462 136 62
Binary 11110111 1000 11011111 0 1100001 1010 11 100110010 1011110 110010

Color Harmonies of #F708DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F708DF

Black with #F708DF

Text Example


Text Example

White with #F708DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F708DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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