Html Css Color HEX #F804DD Hot Magenta

📋 copy color: '#F804DD'

red 248 ◦ green 4 ◦ blue 221

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

Shades of Hot Magenta #F804DD

Tints of Hot Magenta #F804DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 52.43%
G = 0.85%
B = 46.72%

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

#F804DD (or 0xF804DD) is known color: Hot Magenta. HEX triplet: F8, 04 and DD. RGB value is (248,4,221). Sum of RGB (Red+Green+Blue) = 248+4+221=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F804DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F804DD is #07FB22. Grayscale: #656565. Windows color (decimal): -523043 or 14484728. OLE color: 14484728.

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

Color convert

RGB 248 4 221 -
CMYK 0 0.98 0.11 0.03
HSL 306.64º 0.97% 0.49% -
HSV(B) 306.64º 0.98% 0.97% -
XYZ 51.81 25.26 70.55 -
YUV 101.69 195.34 232.36 -
System Red Green Blue C M Y K H S L
Decimal 248 4 221 0 0.98 0.11 0.03 306.64 0.97 0.49
Hex F8 4 DD 0 62 B 3 133 61 31
Octal 370 4 335 0 142 13 3 463 141 61
Binary 11111000 100 11011101 0 1100010 1011 11 100110011 1100001 110001

Color Harmonies of #F804DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804DD

Black with #F804DD

Text Example


Text Example

White with #F804DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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