Html Css Color HEX #F814DD Hot Magenta

📋 copy color: '#F814DD'

red 248 ◦ green 20 ◦ blue 221

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

Shades of Hot Magenta #F814DD

Tints of Hot Magenta #F814DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.09%

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

R = 50.72%
G = 4.09%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F814DD (or 0xF814DD) is known color: Hot Magenta. HEX triplet: F8, 14 and DD. RGB value is (248,20,221). Sum of RGB (Red+Green+Blue) = 248+20+221=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F814DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814DD is #07EB22. Grayscale: #6E6E6E. Windows color (decimal): -518947 or 14488824. OLE color: 14488824.

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

Color convert

RGB 248 20 221 -
CMYK 0 0.92 0.11 0.03
HSL 307.11º 0.94% 0.53% -
HSV(B) 307.11º 0.92% 0.97% -
XYZ 52.01 25.68 70.62 -
YUV 111.09 190.04 225.66 -
System Red Green Blue C M Y K H S L
Decimal 248 20 221 0 0.92 0.11 0.03 307.11 0.94 0.53
Hex F8 14 DD 0 5C B 3 133 5E 35
Octal 370 24 335 0 134 13 3 463 136 65
Binary 11111000 10100 11011101 0 1011100 1011 11 100110011 1011110 110101

Color Harmonies of #F814DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814DD

Black with #F814DD

Text Example


Text Example

White with #F814DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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