Html Css Color HEX #F812F3 Magenta

📋 copy color: '#F812F3'

red 248 ◦ green 18 ◦ blue 243

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

Shades of Magenta #F812F3

Tints of Magenta #F812F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 48.72%
G = 3.54%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F812F3 (or 0xF812F3) is known color: Magenta. HEX triplet: F8, 12 and F3. RGB value is (248,18,243). Sum of RGB (Red+Green+Blue) = 248+18+243=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 18 (7.42% from 255 or 3.54% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F812F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F812F3 is #07ED0C. Grayscale: #6F6F6F. Windows color (decimal): -519437 or 15930104. OLE color: 15930104.

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

Color convert

RGB 248 18 243 -
CMYK 0 0.93 0.02 0.03
HSL 301.3º 0.94% 0.52% -
HSV(B) 301.3º 0.93% 0.97% -
XYZ 55.11 26.86 87.07 -
YUV 112.42 201.7 224.7 -
System Red Green Blue C M Y K H S L
Decimal 248 18 243 0 0.93 0.02 0.03 301.3 0.94 0.52
Hex F8 12 F3 0 5D 2 3 12D 5E 34
Octal 370 22 363 0 135 2 3 455 136 64
Binary 11111000 10010 11110011 0 1011101 10 11 100101101 1011110 110100

Color Harmonies of #F812F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812F3

Black with #F812F3

Text Example


Text Example

White with #F812F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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