Html Css Color HEX #F815E2 Hot Magenta

📋 copy color: '#F815E2'

red 248 ◦ green 21 ◦ blue 226

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

Shades of Hot Magenta #F815E2

Tints of Hot Magenta #F815E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.66%

R = 50.1%
G = 4.24%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F815E2 (or 0xF815E2) is known color: Hot Magenta. HEX triplet: F8, 15 and E2. RGB value is (248,21,226). Sum of RGB (Red+Green+Blue) = 248+21+226=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F815E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F815E2 is #07EA1D. Grayscale: #6F6F6F. Windows color (decimal): -518686 or 14816760. OLE color: 14816760.

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

Color convert

RGB 248 21 226 -
CMYK 0 0.92 0.09 0.03
HSL 305.82º 0.94% 0.53% -
HSV(B) 305.82º 0.92% 0.97% -
XYZ 52.71 25.98 74.19 -
YUV 112.24 192.21 224.83 -
System Red Green Blue C M Y K H S L
Decimal 248 21 226 0 0.92 0.09 0.03 305.82 0.94 0.53
Hex F8 15 E2 0 5C 9 3 132 5E 35
Octal 370 25 342 0 134 11 3 462 136 65
Binary 11111000 10101 11100010 0 1011100 1001 11 100110010 1011110 110101

Color Harmonies of #F815E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815E2

Black with #F815E2

Text Example


Text Example

White with #F815E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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