Html Css Color HEX #F707D9 Hot Magenta

📋 copy color: '#F707D9'

red 247 ◦ green 7 ◦ blue 217

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

Shades of Hot Magenta #F707D9

Tints of Hot Magenta #F707D9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.49%

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 52.44%
G = 1.49%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F707D9 (or 0xF707D9) is known color: Hot Magenta. HEX triplet: F7, 07 and D9. RGB value is (247,7,217). Sum of RGB (Red+Green+Blue) = 247+7+217=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F707D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707D9 is #08F826. Grayscale: #666666. Windows color (decimal): -587815 or 14223351. OLE color: 14223351.

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

Color convert

RGB 247 7 217 -
CMYK 0 0.97 0.12 0.03
HSL 307.5º 0.94% 0.5% -
HSV(B) 307.5º 0.97% 0.97% -
XYZ 50.96 24.94 67.77 -
YUV 102.7 192.51 230.92 -
System Red Green Blue C M Y K H S L
Decimal 247 7 217 0 0.97 0.12 0.03 307.5 0.94 0.5
Hex F7 7 D9 0 61 C 3 134 5E 32
Octal 367 7 331 0 141 14 3 464 136 62
Binary 11110111 111 11011001 0 1100001 1100 11 100110100 1011110 110010

Color Harmonies of #F707D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707D9

Black with #F707D9

Text Example


Text Example

White with #F707D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707D9; }

 p { color: rgb(247,7,217); }

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

background-color css

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

 a { background-color: rgb(247,7,217); }

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

border-color css

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

 span { border-color: rgb(247,7,217); }

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