Html Css Color HEX #F312FD Magenta

📋 copy color: '#F312FD'

red 243 ◦ green 18 ◦ blue 253

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

Shades of Magenta #F312FD

Tints of Magenta #F312FD

RGB

 RED value IS 243 (95.31% from 255) = 47.28%

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 47.28%
G = 3.5%
B = 49.22%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F312FD (or 0xF312FD) is known color: Magenta. HEX triplet: F3, 12 and FD. RGB value is (243,18,253). Sum of RGB (Red+Green+Blue) = 243+18+253=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 18 (7.42% from 255 or 3.50% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #F312FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F312FD is #0CED02. Grayscale: #6F6F6F. Windows color (decimal): -847107 or 16585459. OLE color: 16585459.

HSL color Cylindrical-coordinate representation of color #F312FD: hue angle of 297.45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312FD is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 18 253 -
CMYK 0.04 0.93 0 0.01
HSL 297.45º 0.98% 0.53% -
HSV(B) 297.45º 0.93% 0.99% -
XYZ 54.91 26.58 95.16 -
YUV 112.07 207.54 221.39 -
System Red Green Blue C M Y K H S L
Decimal 243 18 253 0.04 0.93 0 0.01 297.45 0.98 0.53
Hex F3 12 FD 4 5D 0 1 129 62 35
Octal 363 22 375 4 135 0 1 451 142 65
Binary 11110011 10010 11111101 100 1011101 0 1 100101001 1100010 110101

Color Harmonies of #F312FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F312FD

Black with #F312FD

Text Example


Text Example

White with #F312FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F312FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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