Html Css Color HEX #F815EC Magenta

📋 copy color: '#F815EC'

red 248 ◦ green 21 ◦ blue 236

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

Shades of Magenta #F815EC

Tints of Magenta #F815EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 49.11%
G = 4.16%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F815EC (or 0xF815EC) is known color: Magenta. HEX triplet: F8, 15 and EC. RGB value is (248,21,236). Sum of RGB (Red+Green+Blue) = 248+21+236=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F815EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F815EC is #07EA13. Grayscale: #707070. Windows color (decimal): -518676 or 15472120. OLE color: 15472120.

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

Color convert

RGB 248 21 236 -
CMYK 0 0.92 0.05 0.03
HSL 303.17º 0.94% 0.53% -
HSV(B) 303.17º 0.92% 0.97% -
XYZ 54.12 26.55 81.63 -
YUV 113.38 197.21 224.02 -
System Red Green Blue C M Y K H S L
Decimal 248 21 236 0 0.92 0.05 0.03 303.17 0.94 0.53
Hex F8 15 EC 0 5C 5 3 12F 5E 35
Octal 370 25 354 0 134 5 3 457 136 65
Binary 11111000 10101 11101100 0 1011100 101 11 100101111 1011110 110101

Color Harmonies of #F815EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815EC

Black with #F815EC

Text Example


Text Example

White with #F815EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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