Html Css Color HEX #F814DC Hot Magenta

📋 copy color: '#F814DC'

red 248 ◦ green 20 ◦ blue 220

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

Shades of Hot Magenta #F814DC

Tints of Hot Magenta #F814DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 50.82%
G = 4.1%
B = 45.08%

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

#F814DC (or 0xF814DC) is known color: Hot Magenta. HEX triplet: F8, 14 and DC. RGB value is (248,20,220). Sum of RGB (Red+Green+Blue) = 248+20+220=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F814DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814DC is #07EB23. Grayscale: #6E6E6E. Windows color (decimal): -518948 or 14423288. OLE color: 14423288.

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

Color convert

RGB 248 20 220 -
CMYK 0 0.92 0.11 0.03
HSL 307.37º 0.94% 0.53% -
HSV(B) 307.37º 0.92% 0.97% -
XYZ 51.88 25.62 69.92 -
YUV 110.97 189.54 225.74 -
System Red Green Blue C M Y K H S L
Decimal 248 20 220 0 0.92 0.11 0.03 307.37 0.94 0.53
Hex F8 14 DC 0 5C B 3 133 5E 35
Octal 370 24 334 0 134 13 3 463 136 65
Binary 11111000 10100 11011100 0 1011100 1011 11 100110011 1011110 110101

Color Harmonies of #F814DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814DC

Black with #F814DC

Text Example


Text Example

White with #F814DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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