Html Css Color HEX #F706DF Hot Magenta

📋 copy color: '#F706DF'

red 247 ◦ green 6 ◦ blue 223

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

Shades of Hot Magenta #F706DF

Tints of Hot Magenta #F706DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 51.89%
G = 1.26%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F706DF (or 0xF706DF) is known color: Hot Magenta. HEX triplet: F7, 06 and DF. RGB value is (247,6,223). Sum of RGB (Red+Green+Blue) = 247+6+223=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 6 (2.73% from 255 or 1.26% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F706DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706DF is #08F920. Grayscale: #666666. Windows color (decimal): -588065 or 14616311. OLE color: 14616311.

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

Color convert

RGB 247 6 223 -
CMYK 0 0.98 0.10 0.03
HSL 305.98º 0.95% 0.5% -
HSV(B) 305.98º 0.98% 0.97% -
XYZ 51.74 25.23 71.96 -
YUV 102.8 195.84 230.86 -
System Red Green Blue C M Y K H S L
Decimal 247 6 223 0 0.98 0.10 0.03 305.98 0.95 0.5
Hex F7 6 DF 0 62 A 3 132 5F 32
Octal 367 6 337 0 142 12 3 462 137 62
Binary 11110111 110 11011111 0 1100010 1010 11 100110010 1011111 110010

Color Harmonies of #F706DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706DF

Black with #F706DF

Text Example


Text Example

White with #F706DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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