Html Css Color HEX #F70FDF Hot Magenta

📋 copy color: '#F70FDF'

red 247 ◦ green 15 ◦ blue 223

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

Shades of Hot Magenta #F70FDF

Tints of Hot Magenta #F70FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.09%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 50.93%
G = 3.09%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F70FDF (or 0xF70FDF) is known color: Hot Magenta. HEX triplet: F7, 0F and DF. RGB value is (247,15,223). Sum of RGB (Red+Green+Blue) = 247+15+223=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FDF is #08F020. Grayscale: #6B6B6B. Windows color (decimal): -585761 or 14618615. OLE color: 14618615.

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

Color convert

RGB 247 15 223 -
CMYK 0 0.94 0.10 0.03
HSL 306.21º 0.94% 0.51% -
HSV(B) 306.21º 0.94% 0.97% -
XYZ 51.85 25.44 71.99 -
YUV 108.08 192.86 227.09 -
System Red Green Blue C M Y K H S L
Decimal 247 15 223 0 0.94 0.10 0.03 306.21 0.94 0.51
Hex F7 F DF 0 5E A 3 132 5E 33
Octal 367 17 337 0 136 12 3 462 136 63
Binary 11110111 1111 11011111 0 1011110 1010 11 100110010 1011110 110011

Color Harmonies of #F70FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FDF

Black with #F70FDF

Text Example


Text Example

White with #F70FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FDF; }

 p { color: rgb(247,15,223); }

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

background-color css

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

 a { background-color: rgb(247,15,223); }

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

border-color css

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

 span { border-color: rgb(247,15,223); }

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