Html Css Color HEX #F812E5 Hot Magenta

📋 copy color: '#F812E5'

red 248 ◦ green 18 ◦ blue 229

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

Shades of Hot Magenta #F812E5

Tints of Hot Magenta #F812E5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.64%

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 50.1%
G = 3.64%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F812E5 (or 0xF812E5) is known color: Hot Magenta. HEX triplet: F8, 12 and E5. RGB value is (248,18,229). Sum of RGB (Red+Green+Blue) = 248+18+229=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 18 (7.42% from 255 or 3.64% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F812E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812E5 is #07ED1A. Grayscale: #6E6E6E. Windows color (decimal): -519451 or 15012600. OLE color: 15012600.

HSL color Cylindrical-coordinate representation of color #F812E5: hue angle of 304.96º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F812E5 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 18 229 -
CMYK 0 0.93 0.08 0.03
HSL 304.96º 0.94% 0.52% -
HSV(B) 304.96º 0.93% 0.97% -
XYZ 53.07 26.05 76.36 -
YUV 110.82 194.7 225.84 -
System Red Green Blue C M Y K H S L
Decimal 248 18 229 0 0.93 0.08 0.03 304.96 0.94 0.52
Hex F8 12 E5 0 5D 8 3 131 5E 34
Octal 370 22 345 0 135 10 3 461 136 64
Binary 11111000 10010 11100101 0 1011101 1000 11 100110001 1011110 110100

Color Harmonies of #F812E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812E5

Black with #F812E5

Text Example


Text Example

White with #F812E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812E5; }

 p { color: rgb(248,18,229); }

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

background-color css

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

 a { background-color: rgb(248,18,229); }

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

border-color css

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

 span { border-color: rgb(248,18,229); }

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