Html Css Color HEX #F70ACB Hot Magenta

📋 copy color: '#F70ACB'

red 247 ◦ green 10 ◦ blue 203

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

Shades of Hot Magenta #F70ACB

Tints of Hot Magenta #F70ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 53.7%
G = 2.17%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F70ACB (or 0xF70ACB) is known color: Hot Magenta. HEX triplet: F7, 0A and CB. RGB value is (247,10,203). Sum of RGB (Red+Green+Blue) = 247+10+203=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ACB is #08F534. Grayscale: #666666. Windows color (decimal): -587061 or 13306615. OLE color: 13306615.

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

Color convert

RGB 247 10 203 -
CMYK 0 0.96 0.18 0.03
HSL 311.14º 0.94% 0.5% -
HSV(B) 311.14º 0.96% 0.97% -
XYZ 49.25 24.3 58.6 -
YUV 102.87 184.52 230.81 -
System Red Green Blue C M Y K H S L
Decimal 247 10 203 0 0.96 0.18 0.03 311.14 0.94 0.5
Hex F7 A CB 0 60 12 3 137 5E 32
Octal 367 12 313 0 140 22 3 467 136 62
Binary 11110111 1010 11001011 0 1100000 10010 11 100110111 1011110 110010

Color Harmonies of #F70ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70ACB

Black with #F70ACB

Text Example


Text Example

White with #F70ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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