Html Css Color HEX #F809DC Hot Magenta

📋 copy color: '#F809DC'

red 248 ◦ green 9 ◦ blue 220

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

Shades of Hot Magenta #F809DC

Tints of Hot Magenta #F809DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.89%

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

R = 51.99%
G = 1.89%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F809DC (or 0xF809DC) is known color: Hot Magenta. HEX triplet: F8, 09 and DC. RGB value is (248,9,220). Sum of RGB (Red+Green+Blue) = 248+9+220=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F809DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809DC is #07F623. Grayscale: #676767. Windows color (decimal): -521764 or 14420472. OLE color: 14420472.

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

Color convert

RGB 248 9 220 -
CMYK 0 0.96 0.11 0.03
HSL 307.03º 0.94% 0.5% -
HSV(B) 307.03º 0.96% 0.97% -
XYZ 51.73 25.32 69.87 -
YUV 104.52 193.18 230.34 -
System Red Green Blue C M Y K H S L
Decimal 248 9 220 0 0.96 0.11 0.03 307.03 0.94 0.5
Hex F8 9 DC 0 60 B 3 133 5E 32
Octal 370 11 334 0 140 13 3 463 136 62
Binary 11111000 1001 11011100 0 1100000 1011 11 100110011 1011110 110010

Color Harmonies of #F809DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F809DC

Black with #F809DC

Text Example


Text Example

White with #F809DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F809DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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