Html Css Color HEX #F705C9 Hot Magenta

📋 copy color: '#F705C9'

red 247 ◦ green 5 ◦ blue 201

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

Shades of Hot Magenta #F705C9

Tints of Hot Magenta #F705C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 54.53%
G = 1.1%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F705C9 (or 0xF705C9) is known color: Hot Magenta. HEX triplet: F7, 05 and C9. RGB value is (247,5,201). Sum of RGB (Red+Green+Blue) = 247+5+201=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F705C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705C9 is #08FA36. Grayscale: #636363. Windows color (decimal): -588343 or 13174263. OLE color: 13174263.

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

Color convert

RGB 247 5 201 -
CMYK 0 0.98 0.19 0.03
HSL 311.41º 0.96% 0.49% -
HSV(B) 311.41º 0.98% 0.97% -
XYZ 48.95 24.1 57.33 -
YUV 99.7 185.17 233.06 -
System Red Green Blue C M Y K H S L
Decimal 247 5 201 0 0.98 0.19 0.03 311.41 0.96 0.49
Hex F7 5 C9 0 62 13 3 137 60 31
Octal 367 5 311 0 142 23 3 467 140 61
Binary 11110111 101 11001001 0 1100010 10011 11 100110111 1100000 110001

Color Harmonies of #F705C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705C9

Black with #F705C9

Text Example


Text Example

White with #F705C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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