Html Css Color HEX #F800DB Hot Magenta

📋 copy color: '#F800DB'

red 248 ◦ green 0 ◦ blue 219

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

Shades of Hot Magenta #F800DB

Tints of Hot Magenta #F800DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.1%
G = 0%
B = 46.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F800DB (or 0xF800DB) is known color: Hot Magenta. HEX triplet: F8, 00 and DB. RGB value is (248,0,219). Sum of RGB (Red+Green+Blue) = 248+0+219=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F800DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800DB is #07FF24. Grayscale: #626262. Windows color (decimal): -524069 or 14352632. OLE color: 14352632.

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

Color convert

RGB 248 0 219 -
CMYK 0 1 0.12 0.03
HSL 307.02º 1% 0.49% -
HSV(B) 307.02º 1% 0.97% -
XYZ 51.5 25.07 69.14 -
YUV 99.12 195.66 234.19 -
System Red Green Blue C M Y K H S L
Decimal 248 0 219 0 1 0.12 0.03 307.02 1 0.49
Hex F8 0 DB 0 64 C 3 133 64 31
Octal 370 0 333 0 144 14 3 463 144 61
Binary 11111000 0 11011011 0 1100100 1100 11 100110011 1100100 110001

Color Harmonies of #F800DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800DB

Black with #F800DB

Text Example


Text Example

White with #F800DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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