Html Css Color HEX #F31FFD Magenta

📋 copy color: '#F31FFD'

red 243 ◦ green 31 ◦ blue 253

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

Shades of Magenta #F31FFD

Tints of Magenta #F31FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.88%

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

R = 46.11%
G = 5.88%
B = 48.01%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F31FFD (or 0xF31FFD) is known color: Magenta. HEX triplet: F3, 1F and FD. RGB value is (243,31,253). Sum of RGB (Red+Green+Blue) = 243+31+253=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 31 (12.5% from 255 or 5.88% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #F31FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31FFD is #0CE002. Grayscale: #777777. Windows color (decimal): -843779 or 16588787. OLE color: 16588787.

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

Color convert

RGB 243 31 253 -
CMYK 0.04 0.88 0 0.01
HSL 297.3º 0.98% 0.56% -
HSV(B) 297.3º 0.88% 0.99% -
XYZ 55.18 27.13 95.26 -
YUV 119.7 203.24 215.95 -
System Red Green Blue C M Y K H S L
Decimal 243 31 253 0.04 0.88 0 0.01 297.3 0.98 0.56
Hex F3 1F FD 4 58 0 1 129 62 38
Octal 363 37 375 4 130 0 1 451 142 70
Binary 11110011 11111 11111101 100 1011000 0 1 100101001 1100010 111000

Color Harmonies of #F31FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31FFD

Black with #F31FFD

Text Example


Text Example

White with #F31FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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