Html Css Color HEX #F70ACC Hot Magenta

📋 copy color: '#F70ACC'

red 247 ◦ green 10 ◦ blue 204

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

Shades of Hot Magenta #F70ACC

Tints of Hot Magenta #F70ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.17%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 53.58%
G = 2.17%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F70ACC (or 0xF70ACC) is known color: Hot Magenta. HEX triplet: F7, 0A and CC. RGB value is (247,10,204). Sum of RGB (Red+Green+Blue) = 247+10+204=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ACC is #08F533. Grayscale: #666666. Windows color (decimal): -587060 or 13372151. OLE color: 13372151.

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

Color convert

RGB 247 10 204 -
CMYK 0 0.96 0.17 0.03
HSL 310.89º 0.94% 0.5% -
HSV(B) 310.89º 0.96% 0.97% -
XYZ 49.37 24.35 59.23 -
YUV 102.98 185.02 230.73 -
System Red Green Blue C M Y K H S L
Decimal 247 10 204 0 0.96 0.17 0.03 310.89 0.94 0.5
Hex F7 A CC 0 60 11 3 137 5E 32
Octal 367 12 314 0 140 21 3 467 136 62
Binary 11110111 1010 11001100 0 1100000 10001 11 100110111 1011110 110010

Color Harmonies of #F70ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70ACC

Black with #F70ACC

Text Example


Text Example

White with #F70ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70ACC; }

 p { color: rgb(247,10,204); }

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

background-color css

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

 a { background-color: rgb(247,10,204); }

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

border-color css

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

 span { border-color: rgb(247,10,204); }

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