Html Css Color HEX #F819DD Hot Magenta

📋 copy color: '#F819DD'

red 248 ◦ green 25 ◦ blue 221

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

Shades of Hot Magenta #F819DD

Tints of Hot Magenta #F819DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.06%

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

R = 50.2%
G = 5.06%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F819DD (or 0xF819DD) is known color: Hot Magenta. HEX triplet: F8, 19 and DD. RGB value is (248,25,221). Sum of RGB (Red+Green+Blue) = 248+25+221=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 25 (10.16% from 255 or 5.06% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F819DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819DD is #07E622. Grayscale: #717171. Windows color (decimal): -517667 or 14490104. OLE color: 14490104.

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

Color convert

RGB 248 25 221 -
CMYK 0 0.90 0.11 0.03
HSL 307.26º 0.94% 0.54% -
HSV(B) 307.26º 0.9% 0.97% -
XYZ 52.11 25.87 70.65 -
YUV 114.02 188.38 223.56 -
System Red Green Blue C M Y K H S L
Decimal 248 25 221 0 0.90 0.11 0.03 307.26 0.94 0.54
Hex F8 19 DD 0 5A B 3 133 5E 36
Octal 370 31 335 0 132 13 3 463 136 66
Binary 11111000 11001 11011101 0 1011010 1011 11 100110011 1011110 110110

Color Harmonies of #F819DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819DD

Black with #F819DD

Text Example


Text Example

White with #F819DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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