Html Css Color HEX #F708DB Hot Magenta

📋 copy color: '#F708DB'

red 247 ◦ green 8 ◦ blue 219

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

Shades of Hot Magenta #F708DB

Tints of Hot Magenta #F708DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 52.11%
G = 1.69%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F708DB (or 0xF708DB) is known color: Hot Magenta. HEX triplet: F7, 08 and DB. RGB value is (247,8,219). Sum of RGB (Red+Green+Blue) = 247+8+219=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 8 (3.52% from 255 or 1.69% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F708DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F708DB is #08F724. Grayscale: #666666. Windows color (decimal): -587557 or 14354679. OLE color: 14354679.

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

Color convert

RGB 247 8 219 -
CMYK 0 0.97 0.11 0.03
HSL 307.03º 0.94% 0.5% -
HSV(B) 307.03º 0.97% 0.97% -
XYZ 51.23 25.06 69.16 -
YUV 103.52 193.18 230.34 -
System Red Green Blue C M Y K H S L
Decimal 247 8 219 0 0.97 0.11 0.03 307.03 0.94 0.5
Hex F7 8 DB 0 61 B 3 133 5E 32
Octal 367 10 333 0 141 13 3 463 136 62
Binary 11110111 1000 11011011 0 1100001 1011 11 100110011 1011110 110010

Color Harmonies of #F708DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F708DB

Black with #F708DB

Text Example


Text Example

White with #F708DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F708DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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