Html Css Color HEX #F70BDB Hot Magenta

📋 copy color: '#F70BDB'

red 247 ◦ green 11 ◦ blue 219

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

Shades of Hot Magenta #F70BDB

Tints of Hot Magenta #F70BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.31%

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

R = 51.78%
G = 2.31%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F70BDB (or 0xF70BDB) is known color: Hot Magenta. HEX triplet: F7, 0B and DB. RGB value is (247,11,219). Sum of RGB (Red+Green+Blue) = 247+11+219=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 11 (4.69% from 255 or 2.31% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BDB is #08F424. Grayscale: #686868. Windows color (decimal): -586789 or 14355447. OLE color: 14355447.

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

Color convert

RGB 247 11 219 -
CMYK 0 0.96 0.11 0.03
HSL 307.12º 0.94% 0.51% -
HSV(B) 307.12º 0.96% 0.97% -
XYZ 51.26 25.13 69.17 -
YUV 105.28 192.19 229.09 -
System Red Green Blue C M Y K H S L
Decimal 247 11 219 0 0.96 0.11 0.03 307.12 0.94 0.51
Hex F7 B DB 0 60 B 3 133 5E 33
Octal 367 13 333 0 140 13 3 463 136 63
Binary 11110111 1011 11011011 0 1100000 1011 11 100110011 1011110 110011

Color Harmonies of #F70BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70BDB

Black with #F70BDB

Text Example


Text Example

White with #F70BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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