Html Css Color HEX #F711DB Hot Magenta

📋 copy color: '#F711DB'

red 247 ◦ green 17 ◦ blue 219

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

Shades of Hot Magenta #F711DB

Tints of Hot Magenta #F711DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.52%

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

R = 51.14%
G = 3.52%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F711DB (or 0xF711DB) is known color: Hot Magenta. HEX triplet: F7, 11 and DB. RGB value is (247,17,219). Sum of RGB (Red+Green+Blue) = 247+17+219=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F711DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711DB is #08EE24. Grayscale: #6C6C6C. Windows color (decimal): -585253 or 14356983. OLE color: 14356983.

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

Color convert

RGB 247 17 219 -
CMYK 0 0.93 0.11 0.03
HSL 307.3º 0.93% 0.52% -
HSV(B) 307.3º 0.93% 0.97% -
XYZ 51.34 25.29 69.19 -
YUV 108.8 190.2 226.57 -
System Red Green Blue C M Y K H S L
Decimal 247 17 219 0 0.93 0.11 0.03 307.3 0.93 0.52
Hex F7 11 DB 0 5D B 3 133 5D 34
Octal 367 21 333 0 135 13 3 463 135 64
Binary 11110111 10001 11011011 0 1011101 1011 11 100110011 1011101 110100

Color Harmonies of #F711DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711DB

Black with #F711DB

Text Example


Text Example

White with #F711DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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