Html Css Color HEX #F708D8 Hot Magenta

📋 copy color: '#F708D8'

red 247 ◦ green 8 ◦ blue 216

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

Shades of Hot Magenta #F708D8

Tints of Hot Magenta #F708D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 52.44%
G = 1.7%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F708D8 (or 0xF708D8) is known color: Hot Magenta. HEX triplet: F7, 08 and D8. RGB value is (247,8,216). Sum of RGB (Red+Green+Blue) = 247+8+216=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F708D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F708D8 is #08F727. Grayscale: #666666. Windows color (decimal): -587560 or 14158071. OLE color: 14158071.

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

Color convert

RGB 247 8 216 -
CMYK 0 0.97 0.13 0.03
HSL 307.78º 0.94% 0.5% -
HSV(B) 307.78º 0.97% 0.97% -
XYZ 50.84 24.91 67.09 -
YUV 103.17 191.68 230.59 -
System Red Green Blue C M Y K H S L
Decimal 247 8 216 0 0.97 0.13 0.03 307.78 0.94 0.5
Hex F7 8 D8 0 61 D 3 134 5E 32
Octal 367 10 330 0 141 15 3 464 136 62
Binary 11110111 1000 11011000 0 1100001 1101 11 100110100 1011110 110010

Color Harmonies of #F708D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F708D8

Black with #F708D8

Text Example


Text Example

White with #F708D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F708D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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