Html Css Color HEX #F70ACF Hot Magenta

📋 copy color: '#F70ACF'

red 247 ◦ green 10 ◦ blue 207

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

Shades of Hot Magenta #F70ACF

Tints of Hot Magenta #F70ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 53.23%
G = 2.16%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F70ACF (or 0xF70ACF) is known color: Hot Magenta. HEX triplet: F7, 0A and CF. RGB value is (247,10,207). Sum of RGB (Red+Green+Blue) = 247+10+207=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ACF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ACF is #08F530. Grayscale: #666666. Windows color (decimal): -587057 or 13568759. OLE color: 13568759.

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

Color convert

RGB 247 10 207 -
CMYK 0 0.96 0.16 0.03
HSL 310.13º 0.94% 0.5% -
HSV(B) 310.13º 0.96% 0.97% -
XYZ 49.73 24.5 61.14 -
YUV 103.32 186.52 230.48 -
System Red Green Blue C M Y K H S L
Decimal 247 10 207 0 0.96 0.16 0.03 310.13 0.94 0.5
Hex F7 A CF 0 60 10 3 136 5E 32
Octal 367 12 317 0 140 20 3 466 136 62
Binary 11110111 1010 11001111 0 1100000 10000 11 100110110 1011110 110010

Color Harmonies of #F70ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70ACF

Black with #F70ACF

Text Example


Text Example

White with #F70ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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