Html Css Color HEX #F815F1 Magenta

📋 copy color: '#F815F1'

red 248 ◦ green 21 ◦ blue 241

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

Shades of Magenta #F815F1

Tints of Magenta #F815F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.25%

R = 48.63%
G = 4.12%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F815F1 (or 0xF815F1) is known color: Magenta. HEX triplet: F8, 15 and F1. RGB value is (248,21,241). Sum of RGB (Red+Green+Blue) = 248+21+241=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 21 (8.59% from 255 or 4.12% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F815F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F815F1 is #07EA0E. Grayscale: #717171. Windows color (decimal): -518671 or 15799800. OLE color: 15799800.

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

Color convert

RGB 248 21 241 -
CMYK 0 0.92 0.03 0.03
HSL 301.85º 0.94% 0.53% -
HSV(B) 301.85º 0.92% 0.97% -
XYZ 54.86 26.84 85.51 -
YUV 113.95 199.71 223.61 -
System Red Green Blue C M Y K H S L
Decimal 248 21 241 0 0.92 0.03 0.03 301.85 0.94 0.53
Hex F8 15 F1 0 5C 3 3 12E 5E 35
Octal 370 25 361 0 134 3 3 456 136 65
Binary 11111000 10101 11110001 0 1011100 11 11 100101110 1011110 110101

Color Harmonies of #F815F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815F1

Black with #F815F1

Text Example


Text Example

White with #F815F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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