Html Css Color HEX #F815F7 Magenta

📋 copy color: '#F815F7'

red 248 ◦ green 21 ◦ blue 247

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

Shades of Magenta #F815F7

Tints of Magenta #F815F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.87%

R = 48.06%
G = 4.07%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F815F7 (or 0xF815F7) is known color: Magenta. HEX triplet: F8, 15 and F7. RGB value is (248,21,247). Sum of RGB (Red+Green+Blue) = 248+21+247=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F815F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F815F7 is #07EA08. Grayscale: #717171. Windows color (decimal): -518665 or 16193016. OLE color: 16193016.

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

Color convert

RGB 248 21 247 -
CMYK 0 0.92 0.00 0.03
HSL 300.26º 0.94% 0.53% -
HSV(B) 300.26º 0.92% 0.97% -
XYZ 55.77 27.21 90.31 -
YUV 114.64 202.71 223.12 -
System Red Green Blue C M Y K H S L
Decimal 248 21 247 0 0.92 0.00 0.03 300.26 0.94 0.53
Hex F8 15 F7 0 5C 0 3 12C 5E 35
Octal 370 25 367 0 134 0 3 454 136 65
Binary 11111000 10101 11110111 0 1011100 0 11 100101100 1011110 110101

Color Harmonies of #F815F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815F7

Black with #F815F7

Text Example


Text Example

White with #F815F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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