Html Css Color HEX #F706CE Hot Magenta

📋 copy color: '#F706CE'

red 247 ◦ green 6 ◦ blue 206

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

Shades of Hot Magenta #F706CE

Tints of Hot Magenta #F706CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.31%

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

R = 53.81%
G = 1.31%
B = 44.88%

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

#F706CE (or 0xF706CE) is known color: Hot Magenta. HEX triplet: F7, 06 and CE. RGB value is (247,6,206). Sum of RGB (Red+Green+Blue) = 247+6+206=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F706CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706CE is #08F931. Grayscale: #646464. Windows color (decimal): -588082 or 13502199. OLE color: 13502199.

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

Color convert

RGB 247 6 206 -
CMYK 0 0.98 0.17 0.03
HSL 310.21º 0.95% 0.5% -
HSV(B) 310.21º 0.98% 0.97% -
XYZ 49.56 24.36 60.48 -
YUV 100.86 187.34 232.24 -
System Red Green Blue C M Y K H S L
Decimal 247 6 206 0 0.98 0.17 0.03 310.21 0.95 0.5
Hex F7 6 CE 0 62 11 3 136 5F 32
Octal 367 6 316 0 142 21 3 466 137 62
Binary 11110111 110 11001110 0 1100010 10001 11 100110110 1011111 110010

Color Harmonies of #F706CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706CE

Black with #F706CE

Text Example


Text Example

White with #F706CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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