Html Css Color HEX #F705DD Hot Magenta

📋 copy color: '#F705DD'

red 247 ◦ green 5 ◦ blue 221

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

Shades of Hot Magenta #F705DD

Tints of Hot Magenta #F705DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 52.22%
G = 1.06%
B = 46.72%

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

#F705DD (or 0xF705DD) is known color: Hot Magenta. HEX triplet: F7, 05 and DD. RGB value is (247,5,221). Sum of RGB (Red+Green+Blue) = 247+5+221=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F705DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705DD is #08FA22. Grayscale: #656565. Windows color (decimal): -588323 or 14484983. OLE color: 14484983.

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

Color convert

RGB 247 5 221 -
CMYK 0 0.98 0.11 0.03
HSL 306.45º 0.96% 0.49% -
HSV(B) 306.45º 0.98% 0.97% -
XYZ 51.46 25.1 70.54 -
YUV 101.98 195.17 231.44 -
System Red Green Blue C M Y K H S L
Decimal 247 5 221 0 0.98 0.11 0.03 306.45 0.96 0.49
Hex F7 5 DD 0 62 B 3 132 60 31
Octal 367 5 335 0 142 13 3 462 140 61
Binary 11110111 101 11011101 0 1100010 1011 11 100110010 1100000 110001

Color Harmonies of #F705DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705DD

Black with #F705DD

Text Example


Text Example

White with #F705DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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