Html Css Color HEX #F805DB Hot Magenta

📋 copy color: '#F805DB'

red 248 ◦ green 5 ◦ blue 219

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

Shades of Hot Magenta #F805DB

Tints of Hot Magenta #F805DB

RGB

 RED value IS 248 (97.27% from 255) = 52.54%

 GREEN value IS 5 (2.34% from 255) = 1.06%

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

R = 52.54%
G = 1.06%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F805DB (or 0xF805DB) is known color: Hot Magenta. HEX triplet: F8, 05 and DB. RGB value is (248,5,219). Sum of RGB (Red+Green+Blue) = 248+5+219=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F805DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805DB is #07FA24. Grayscale: #656565. Windows color (decimal): -522789 or 14353912. OLE color: 14353912.

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

Color convert

RGB 248 5 219 -
CMYK 0 0.98 0.12 0.03
HSL 307.16º 0.96% 0.5% -
HSV(B) 307.16º 0.98% 0.97% -
XYZ 51.55 25.18 69.16 -
YUV 102.05 194.01 232.1 -
System Red Green Blue C M Y K H S L
Decimal 248 5 219 0 0.98 0.12 0.03 307.16 0.96 0.5
Hex F8 5 DB 0 62 C 3 133 60 32
Octal 370 5 333 0 142 14 3 463 140 62
Binary 11111000 101 11011011 0 1100010 1100 11 100110011 1100000 110010

Color Harmonies of #F805DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805DB

Black with #F805DB

Text Example


Text Example

White with #F805DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805DB; }

 p { color: rgb(248,5,219); }

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

background-color css

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

 a { background-color: rgb(248,5,219); }

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

border-color css

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

 span { border-color: rgb(248,5,219); }

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