Html Css Color HEX #F708CE Hot Magenta

📋 copy color: '#F708CE'

red 247 ◦ green 8 ◦ blue 206

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

Shades of Hot Magenta #F708CE

Tints of Hot Magenta #F708CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 53.58%
G = 1.74%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F708CE (or 0xF708CE) is known color: Hot Magenta. HEX triplet: F7, 08 and CE. RGB value is (247,8,206). Sum of RGB (Red+Green+Blue) = 247+8+206=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F708CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F708CE is #08F731. Grayscale: #656565. Windows color (decimal): -587570 or 13502711. OLE color: 13502711.

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

Color convert

RGB 247 8 206 -
CMYK 0 0.97 0.17 0.03
HSL 310.29º 0.94% 0.5% -
HSV(B) 310.29º 0.97% 0.97% -
XYZ 49.59 24.4 60.49 -
YUV 102.03 186.68 231.4 -
System Red Green Blue C M Y K H S L
Decimal 247 8 206 0 0.97 0.17 0.03 310.29 0.94 0.5
Hex F7 8 CE 0 61 11 3 136 5E 32
Octal 367 10 316 0 141 21 3 466 136 62
Binary 11110111 1000 11001110 0 1100001 10001 11 100110110 1011110 110010

Color Harmonies of #F708CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F708CE

Black with #F708CE

Text Example


Text Example

White with #F708CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F708CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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