Html Css Color HEX #F70FDB Hot Magenta

📋 copy color: '#F70FDB'

red 247 ◦ green 15 ◦ blue 219

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

Shades of Hot Magenta #F70FDB

Tints of Hot Magenta #F70FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 51.35%
G = 3.12%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F70FDB (or 0xF70FDB) is known color: Hot Magenta. HEX triplet: F7, 0F and DB. RGB value is (247,15,219). Sum of RGB (Red+Green+Blue) = 247+15+219=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FDB is #08F024. Grayscale: #6B6B6B. Windows color (decimal): -585765 or 14356471. OLE color: 14356471.

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

Color convert

RGB 247 15 219 -
CMYK 0 0.94 0.11 0.03
HSL 307.24º 0.94% 0.51% -
HSV(B) 307.24º 0.94% 0.97% -
XYZ 51.31 25.23 69.18 -
YUV 107.62 190.86 227.41 -
System Red Green Blue C M Y K H S L
Decimal 247 15 219 0 0.94 0.11 0.03 307.24 0.94 0.51
Hex F7 F DB 0 5E B 3 133 5E 33
Octal 367 17 333 0 136 13 3 463 136 63
Binary 11110111 1111 11011011 0 1011110 1011 11 100110011 1011110 110011

Color Harmonies of #F70FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FDB

Black with #F70FDB

Text Example


Text Example

White with #F70FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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