Html Css Color HEX #F805DC Hot Magenta

📋 copy color: '#F805DC'

red 248 ◦ green 5 ◦ blue 220

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

Shades of Hot Magenta #F805DC

Tints of Hot Magenta #F805DC

RGB

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

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

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

R = 52.43%
G = 1.06%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F805DC (or 0xF805DC) is known color: Hot Magenta. HEX triplet: F8, 05 and DC. RGB value is (248,5,220). Sum of RGB (Red+Green+Blue) = 248+5+220=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F805DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805DC is #07FA23. Grayscale: #656565. Windows color (decimal): -522788 or 14419448. OLE color: 14419448.

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

Color convert

RGB 248 5 220 -
CMYK 0 0.98 0.11 0.03
HSL 306.91º 0.96% 0.5% -
HSV(B) 306.91º 0.98% 0.97% -
XYZ 51.68 25.23 69.86 -
YUV 102.17 194.51 232.02 -
System Red Green Blue C M Y K H S L
Decimal 248 5 220 0 0.98 0.11 0.03 306.91 0.96 0.5
Hex F8 5 DC 0 62 B 3 133 60 32
Octal 370 5 334 0 142 13 3 463 140 62
Binary 11111000 101 11011100 0 1100010 1011 11 100110011 1100000 110010

Color Harmonies of #F805DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805DC

Black with #F805DC

Text Example


Text Example

White with #F805DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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