Html Css Color HEX #F800DC Hot Magenta

📋 copy color: '#F800DC'

red 248 ◦ green 0 ◦ blue 220

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

Shades of Hot Magenta #F800DC

Tints of Hot Magenta #F800DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 52.99%
G = 0%
B = 47.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F800DC (or 0xF800DC) is known color: Hot Magenta. HEX triplet: F8, 00 and DC. RGB value is (248,0,220). Sum of RGB (Red+Green+Blue) = 248+0+220=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F800DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800DC is #07FF23. Grayscale: #626262. Windows color (decimal): -524068 or 14418168. OLE color: 14418168.

HSL color Cylindrical-coordinate representation of color #F800DC: hue angle of 306.77º 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 #F800DC is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 220 -
CMYK 0 1 0.11 0.03
HSL 306.77º 1% 0.49% -
HSV(B) 306.77º 1% 0.97% -
XYZ 51.63 25.12 69.84 -
YUV 99.23 196.16 234.11 -
System Red Green Blue C M Y K H S L
Decimal 248 0 220 0 1 0.11 0.03 306.77 1 0.49
Hex F8 0 DC 0 64 B 3 133 64 31
Octal 370 0 334 0 144 13 3 463 144 61
Binary 11111000 0 11011100 0 1100100 1011 11 100110011 1100100 110001

Color Harmonies of #F800DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800DC

Black with #F800DC

Text Example


Text Example

White with #F800DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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