Html Css Color HEX #F808DB Hot Magenta

📋 copy color: '#F808DB'

red 248 ◦ green 8 ◦ blue 219

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

Shades of Hot Magenta #F808DB

Tints of Hot Magenta #F808DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.68%

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

R = 52.21%
G = 1.68%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F808DB (or 0xF808DB) is known color: Hot Magenta. HEX triplet: F8, 08 and DB. RGB value is (248,8,219). Sum of RGB (Red+Green+Blue) = 248+8+219=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F808DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808DB is #07F724. Grayscale: #676767. Windows color (decimal): -522021 or 14354680. OLE color: 14354680.

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

Color convert

RGB 248 8 219 -
CMYK 0 0.97 0.12 0.03
HSL 307.25º 0.94% 0.5% -
HSV(B) 307.25º 0.97% 0.97% -
XYZ 51.58 25.24 69.17 -
YUV 103.81 193.01 230.84 -
System Red Green Blue C M Y K H S L
Decimal 248 8 219 0 0.97 0.12 0.03 307.25 0.94 0.5
Hex F8 8 DB 0 61 C 3 133 5E 32
Octal 370 10 333 0 141 14 3 463 136 62
Binary 11111000 1000 11011011 0 1100001 1100 11 100110011 1011110 110010

Color Harmonies of #F808DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808DB

Black with #F808DB

Text Example


Text Example

White with #F808DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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