Html Css Color HEX #F706D6 Hot Magenta

📋 copy color: '#F706D6'

red 247 ◦ green 6 ◦ blue 214

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

Shades of Hot Magenta #F706D6

Tints of Hot Magenta #F706D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.82%

R = 52.89%
G = 1.28%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F706D6 (or 0xF706D6) is known color: Hot Magenta. HEX triplet: F7, 06 and D6. RGB value is (247,6,214). Sum of RGB (Red+Green+Blue) = 247+6+214=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F706D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706D6 is #08F929. Grayscale: #656565. Windows color (decimal): -588074 or 14026487. OLE color: 14026487.

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

Color convert

RGB 247 6 214 -
CMYK 0 0.98 0.13 0.03
HSL 308.22º 0.95% 0.5% -
HSV(B) 308.22º 0.98% 0.97% -
XYZ 50.56 24.76 65.73 -
YUV 101.77 191.34 231.59 -
System Red Green Blue C M Y K H S L
Decimal 247 6 214 0 0.98 0.13 0.03 308.22 0.95 0.5
Hex F7 6 D6 0 62 D 3 134 5F 32
Octal 367 6 326 0 142 15 3 464 137 62
Binary 11110111 110 11010110 0 1100010 1101 11 100110100 1011111 110010

Color Harmonies of #F706D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706D6

Black with #F706D6

Text Example


Text Example

White with #F706D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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