Html Css Color HEX #F804DF Hot Magenta

📋 copy color: '#F804DF'

red 248 ◦ green 4 ◦ blue 223

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

Shades of Hot Magenta #F804DF

Tints of Hot Magenta #F804DF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.84%

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

R = 52.21%
G = 0.84%
B = 46.95%

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

#F804DF (or 0xF804DF) is known color: Hot Magenta. HEX triplet: F8, 04 and DF. RGB value is (248,4,223). Sum of RGB (Red+Green+Blue) = 248+4+223=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 4 (1.95% from 255 or 0.84% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F804DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F804DF is #07FB20. Grayscale: #656565. Windows color (decimal): -523041 or 14615800. OLE color: 14615800.

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

Color convert

RGB 248 4 223 -
CMYK 0 0.98 0.10 0.03
HSL 306.15º 0.97% 0.49% -
HSV(B) 306.15º 0.98% 0.97% -
XYZ 52.07 25.37 71.96 -
YUV 101.92 196.34 232.19 -
System Red Green Blue C M Y K H S L
Decimal 248 4 223 0 0.98 0.10 0.03 306.15 0.97 0.49
Hex F8 4 DF 0 62 A 3 132 61 31
Octal 370 4 337 0 142 12 3 462 141 61
Binary 11111000 100 11011111 0 1100010 1010 11 100110010 1100001 110001

Color Harmonies of #F804DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804DF

Black with #F804DF

Text Example


Text Example

White with #F804DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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