Html Css Color HEX #F705DC Hot Magenta

📋 copy color: '#F705DC'

red 247 ◦ green 5 ◦ blue 220

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

Shades of Hot Magenta #F705DC

Tints of Hot Magenta #F705DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.06%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 52.33%
G = 1.06%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F705DC (or 0xF705DC) is known color: Hot Magenta. HEX triplet: F7, 05 and DC. RGB value is (247,5,220). Sum of RGB (Red+Green+Blue) = 247+5+220=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F705DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705DC is #08FA23. Grayscale: #656565. Windows color (decimal): -588324 or 14419447. OLE color: 14419447.

HSL color Cylindrical-coordinate representation of color #F705DC: hue angle of 306.69º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F705DC is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 220 -
CMYK 0 0.98 0.11 0.03
HSL 306.69º 0.96% 0.49% -
HSV(B) 306.69º 0.98% 0.97% -
XYZ 51.33 25.05 69.84 -
YUV 101.87 194.67 231.52 -
System Red Green Blue C M Y K H S L
Decimal 247 5 220 0 0.98 0.11 0.03 306.69 0.96 0.49
Hex F7 5 DC 0 62 B 3 133 60 31
Octal 367 5 334 0 142 13 3 463 140 61
Binary 11110111 101 11011100 0 1100010 1011 11 100110011 1100000 110001

Color Harmonies of #F705DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705DC

Black with #F705DC

Text Example


Text Example

White with #F705DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705DC; }

 p { color: rgb(247,5,220); }

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

background-color css

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

 a { background-color: rgb(247,5,220); }

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

border-color css

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

 span { border-color: rgb(247,5,220); }

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