Html Css Color HEX #F70DDB Hot Magenta

📋 copy color: '#F70DDB'

red 247 ◦ green 13 ◦ blue 219

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

Shades of Hot Magenta #F70DDB

Tints of Hot Magenta #F70DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.71%

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

R = 51.57%
G = 2.71%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F70DDB (or 0xF70DDB) is known color: Hot Magenta. HEX triplet: F7, 0D and DB. RGB value is (247,13,219). Sum of RGB (Red+Green+Blue) = 247+13+219=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DDB is #08F224. Grayscale: #696969. Windows color (decimal): -586277 or 14355959. OLE color: 14355959.

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

Color convert

RGB 247 13 219 -
CMYK 0 0.95 0.11 0.03
HSL 307.18º 0.94% 0.51% -
HSV(B) 307.18º 0.95% 0.97% -
XYZ 51.29 25.18 69.17 -
YUV 106.45 191.52 228.25 -
System Red Green Blue C M Y K H S L
Decimal 247 13 219 0 0.95 0.11 0.03 307.18 0.94 0.51
Hex F7 D DB 0 5F B 3 133 5E 33
Octal 367 15 333 0 137 13 3 463 136 63
Binary 11110111 1101 11011011 0 1011111 1011 11 100110011 1011110 110011

Color Harmonies of #F70DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DDB

Black with #F70DDB

Text Example


Text Example

White with #F70DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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