Html Css Color HEX #F815E4 Hot Magenta

📋 copy color: '#F815E4'

red 248 ◦ green 21 ◦ blue 228

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

Shades of Hot Magenta #F815E4

Tints of Hot Magenta #F815E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.88%

R = 49.9%
G = 4.23%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F815E4 (or 0xF815E4) is known color: Hot Magenta. HEX triplet: F8, 15 and E4. RGB value is (248,21,228). Sum of RGB (Red+Green+Blue) = 248+21+228=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F815E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F815E4 is #07EA1B. Grayscale: #6F6F6F. Windows color (decimal): -518684 or 14947832. OLE color: 14947832.

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

Color convert

RGB 248 21 228 -
CMYK 0 0.92 0.08 0.03
HSL 305.29º 0.94% 0.53% -
HSV(B) 305.29º 0.92% 0.97% -
XYZ 52.98 26.09 75.64 -
YUV 112.47 193.21 224.67 -
System Red Green Blue C M Y K H S L
Decimal 248 21 228 0 0.92 0.08 0.03 305.29 0.94 0.53
Hex F8 15 E4 0 5C 8 3 131 5E 35
Octal 370 25 344 0 134 10 3 461 136 65
Binary 11111000 10101 11100100 0 1011100 1000 11 100110001 1011110 110101

Color Harmonies of #F815E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815E4

Black with #F815E4

Text Example


Text Example

White with #F815E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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