Html Css Color HEX #F812E2 Hot Magenta

📋 copy color: '#F812E2'

red 248 ◦ green 18 ◦ blue 226

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

Shades of Hot Magenta #F812E2

Tints of Hot Magenta #F812E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.93%

R = 50.41%
G = 3.66%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F812E2 (or 0xF812E2) is known color: Hot Magenta. HEX triplet: F8, 12 and E2. RGB value is (248,18,226). Sum of RGB (Red+Green+Blue) = 248+18+226=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F812E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812E2 is #07ED1D. Grayscale: #6D6D6D. Windows color (decimal): -519454 or 14815992. OLE color: 14815992.

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

Color convert

RGB 248 18 226 -
CMYK 0 0.93 0.09 0.03
HSL 305.74º 0.94% 0.52% -
HSV(B) 305.74º 0.93% 0.97% -
XYZ 52.66 25.88 74.17 -
YUV 110.48 193.2 226.09 -
System Red Green Blue C M Y K H S L
Decimal 248 18 226 0 0.93 0.09 0.03 305.74 0.94 0.52
Hex F8 12 E2 0 5D 9 3 132 5E 34
Octal 370 22 342 0 135 11 3 462 136 64
Binary 11111000 10010 11100010 0 1011101 1001 11 100110010 1011110 110100

Color Harmonies of #F812E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812E2

Black with #F812E2

Text Example


Text Example

White with #F812E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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