Html Css Color HEX #F815D8 Hot Magenta

📋 copy color: '#F815D8'

red 248 ◦ green 21 ◦ blue 216

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

Shades of Hot Magenta #F815D8

Tints of Hot Magenta #F815D8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.33%

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 51.13%
G = 4.33%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F815D8 (or 0xF815D8) is known color: Hot Magenta. HEX triplet: F8, 15 and D8. RGB value is (248,21,216). Sum of RGB (Red+Green+Blue) = 248+21+216=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F815D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F815D8 is #07EA27. Grayscale: #6E6E6E. Windows color (decimal): -518696 or 14161400. OLE color: 14161400.

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

Color convert

RGB 248 21 216 -
CMYK 0 0.92 0.13 0.03
HSL 308.46º 0.94% 0.53% -
HSV(B) 308.46º 0.92% 0.97% -
XYZ 51.37 25.45 67.17 -
YUV 111.1 187.21 225.64 -
System Red Green Blue C M Y K H S L
Decimal 248 21 216 0 0.92 0.13 0.03 308.46 0.94 0.53
Hex F8 15 D8 0 5C D 3 134 5E 35
Octal 370 25 330 0 134 15 3 464 136 65
Binary 11111000 10101 11011000 0 1011100 1101 11 100110100 1011110 110101

Color Harmonies of #F815D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815D8

Black with #F815D8

Text Example


Text Example

White with #F815D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815D8; }

 p { color: rgb(248,21,216); }

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

background-color css

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

 a { background-color: rgb(248,21,216); }

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

border-color css

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

 span { border-color: rgb(248,21,216); }

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