Html Css Color HEX #F815E7 Magenta

📋 copy color: '#F815E7'

red 248 ◦ green 21 ◦ blue 231

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

Shades of Magenta #F815E7

Tints of Magenta #F815E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.2%

R = 49.6%
G = 4.2%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F815E7 (or 0xF815E7) is known color: Magenta. HEX triplet: F8, 15 and E7. RGB value is (248,21,231). Sum of RGB (Red+Green+Blue) = 248+21+231=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F815E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F815E7 is #07EA18. Grayscale: #707070. Windows color (decimal): -518681 or 15144440. OLE color: 15144440.

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

Color convert

RGB 248 21 231 -
CMYK 0 0.92 0.07 0.03
HSL 304.49º 0.94% 0.53% -
HSV(B) 304.49º 0.92% 0.97% -
XYZ 53.4 26.26 77.86 -
YUV 112.81 194.71 224.42 -
System Red Green Blue C M Y K H S L
Decimal 248 21 231 0 0.92 0.07 0.03 304.49 0.94 0.53
Hex F8 15 E7 0 5C 7 3 130 5E 35
Octal 370 25 347 0 134 7 3 460 136 65
Binary 11111000 10101 11100111 0 1011100 111 11 100110000 1011110 110101

Color Harmonies of #F815E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815E7

Black with #F815E7

Text Example


Text Example

White with #F815E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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