Html Css Color HEX #F705CE Hot Magenta

📋 copy color: '#F705CE'

red 247 ◦ green 5 ◦ blue 206

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

Shades of Hot Magenta #F705CE

Tints of Hot Magenta #F705CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 53.93%
G = 1.09%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F705CE (or 0xF705CE) is known color: Hot Magenta. HEX triplet: F7, 05 and CE. RGB value is (247,5,206). Sum of RGB (Red+Green+Blue) = 247+5+206=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F705CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705CE is #08FA31. Grayscale: #636363. Windows color (decimal): -588338 or 13501943. OLE color: 13501943.

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

Color convert

RGB 247 5 206 -
CMYK 0 0.98 0.17 0.03
HSL 310.17º 0.96% 0.49% -
HSV(B) 310.17º 0.98% 0.97% -
XYZ 49.55 24.34 60.48 -
YUV 100.27 187.67 232.66 -
System Red Green Blue C M Y K H S L
Decimal 247 5 206 0 0.98 0.17 0.03 310.17 0.96 0.49
Hex F7 5 CE 0 62 11 3 136 60 31
Octal 367 5 316 0 142 21 3 466 140 61
Binary 11110111 101 11001110 0 1100010 10001 11 100110110 1100000 110001

Color Harmonies of #F705CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705CE

Black with #F705CE

Text Example


Text Example

White with #F705CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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