Html Css Color HEX #F805DF Hot Magenta

📋 copy color: '#F805DF'

red 248 ◦ green 5 ◦ blue 223

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

Shades of Hot Magenta #F805DF

Tints of Hot Magenta #F805DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 52.1%
G = 1.05%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F805DF (or 0xF805DF) is known color: Hot Magenta. HEX triplet: F8, 05 and DF. RGB value is (248,5,223). Sum of RGB (Red+Green+Blue) = 248+5+223=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F805DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805DF is #07FA20. Grayscale: #656565. Windows color (decimal): -522785 or 14616056. OLE color: 14616056.

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

Color convert

RGB 248 5 223 -
CMYK 0 0.98 0.10 0.03
HSL 306.17º 0.96% 0.5% -
HSV(B) 306.17º 0.98% 0.97% -
XYZ 52.08 25.39 71.97 -
YUV 102.51 196.01 231.77 -
System Red Green Blue C M Y K H S L
Decimal 248 5 223 0 0.98 0.10 0.03 306.17 0.96 0.5
Hex F8 5 DF 0 62 A 3 132 60 32
Octal 370 5 337 0 142 12 3 462 140 62
Binary 11111000 101 11011111 0 1100010 1010 11 100110010 1100000 110010

Color Harmonies of #F805DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805DF

Black with #F805DF

Text Example


Text Example

White with #F805DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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