Html Css Color HEX #F815FE Magenta

📋 copy color: '#F815FE'

red 248 ◦ green 21 ◦ blue 254

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

Shades of Magenta #F815FE

Tints of Magenta #F815FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 47.42%
G = 4.02%
B = 48.57%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F815FE (or 0xF815FE) is known color: Magenta. HEX triplet: F8, 15 and FE. RGB value is (248,21,254). Sum of RGB (Red+Green+Blue) = 248+21+254=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 21 (8.59% from 255 or 4.02% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #F815FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F815FE is #07EA01. Grayscale: #727272. Windows color (decimal): -518658 or 16651768. OLE color: 16651768.

HSL color Cylindrical-coordinate representation of color #F815FE: hue angle of 298.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F815FE is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 21 254 -
CMYK 0.02 0.92 0 0.00
HSL 298.45º 0.99% 0.54% -
HSV(B) 298.45º 0.92% 1% -
XYZ 56.87 27.65 96.11 -
YUV 115.44 206.21 222.55 -
System Red Green Blue C M Y K H S L
Decimal 248 21 254 0.02 0.92 0 0.00 298.45 0.99 0.54
Hex F8 15 FE 2 5C 0 0 12A 63 36
Octal 370 25 376 2 134 0 0 452 143 66
Binary 11111000 10101 11111110 10 1011100 0 0 100101010 1100011 110110

Color Harmonies of #F815FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815FE

Black with #F815FE

Text Example


Text Example

White with #F815FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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