Html Css Color HEX #F705D9 Hot Magenta

📋 copy color: '#F705D9'

red 247 ◦ green 5 ◦ blue 217

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

Shades of Hot Magenta #F705D9

Tints of Hot Magenta #F705D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.27%

R = 52.67%
G = 1.07%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F705D9 (or 0xF705D9) is known color: Hot Magenta. HEX triplet: F7, 05 and D9. RGB value is (247,5,217). Sum of RGB (Red+Green+Blue) = 247+5+217=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F705D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705D9 is #08FA26. Grayscale: #646464. Windows color (decimal): -588327 or 14222839. OLE color: 14222839.

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

Color convert

RGB 247 5 217 -
CMYK 0 0.98 0.12 0.03
HSL 307.44º 0.96% 0.49% -
HSV(B) 307.44º 0.98% 0.97% -
XYZ 50.94 24.89 67.77 -
YUV 101.53 193.17 231.76 -
System Red Green Blue C M Y K H S L
Decimal 247 5 217 0 0.98 0.12 0.03 307.44 0.96 0.49
Hex F7 5 D9 0 62 C 3 133 60 31
Octal 367 5 331 0 142 14 3 463 140 61
Binary 11110111 101 11011001 0 1100010 1100 11 100110011 1100000 110001

Color Harmonies of #F705D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705D9

Black with #F705D9

Text Example


Text Example

White with #F705D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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