Html Css Color HEX #F705C6 Hot Magenta

📋 copy color: '#F705C6'

red 247 ◦ green 5 ◦ blue 198

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

Shades of Hot Magenta #F705C6

Tints of Hot Magenta #F705C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 54.89%
G = 1.11%
B = 44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F705C6 (or 0xF705C6) is known color: Hot Magenta. HEX triplet: F7, 05 and C6. RGB value is (247,5,198). Sum of RGB (Red+Green+Blue) = 247+5+198=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F705C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705C6 is #08FA39. Grayscale: #626262. Windows color (decimal): -588346 or 12977655. OLE color: 12977655.

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

Color convert

RGB 247 5 198 -
CMYK 0 0.98 0.20 0.03
HSL 312.15º 0.96% 0.49% -
HSV(B) 312.15º 0.98% 0.97% -
XYZ 48.61 23.96 55.49 -
YUV 99.36 183.67 233.31 -
System Red Green Blue C M Y K H S L
Decimal 247 5 198 0 0.98 0.20 0.03 312.15 0.96 0.49
Hex F7 5 C6 0 62 14 3 138 60 31
Octal 367 5 306 0 142 24 3 470 140 61
Binary 11110111 101 11000110 0 1100010 10100 11 100111000 1100000 110001

Color Harmonies of #F705C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705C6

Black with #F705C6

Text Example


Text Example

White with #F705C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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