Html Css Color HEX #F031FD Magenta

📋 copy color: '#F031FD'

red 240 ◦ green 49 ◦ blue 253

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

Shades of Magenta #F031FD

Tints of Magenta #F031FD

RGB

 RED value IS 240 (94.14% from 255) = 44.28%

 GREEN value IS 49 (19.53% from 255) = 9.04%

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

R = 44.28%
G = 9.04%
B = 46.68%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F031FD (or 0xF031FD) is known color: Magenta. HEX triplet: F0, 31 and FD. RGB value is (240,49,253). Sum of RGB (Red+Green+Blue) = 240+49+253=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 49 (19.53% from 255 or 9.04% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #F031FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031FD is #0FCE02. Grayscale: #808080. Windows color (decimal): -1035779 or 16593392. OLE color: 16593392.

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

Color convert

RGB 240 49 253 -
CMYK 0.05 0.81 0 0.01
HSL 296.18º 0.98% 0.59% -
HSV(B) 296.18º 0.81% 0.99% -
XYZ 54.76 27.81 95.41 -
YUV 129.37 197.78 206.91 -
System Red Green Blue C M Y K H S L
Decimal 240 49 253 0.05 0.81 0 0.01 296.18 0.98 0.59
Hex F0 31 FD 5 51 0 1 128 62 3B
Octal 360 61 375 5 121 0 1 450 142 73
Binary 11110000 110001 11111101 101 1010001 0 1 100101000 1100010 111011

Color Harmonies of #F031FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031FD

Black with #F031FD

Text Example


Text Example

White with #F031FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031FD; }

 p { color: rgb(240,49,253); }

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

background-color css

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

 a { background-color: rgb(240,49,253); }

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

border-color css

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

 span { border-color: rgb(240,49,253); }

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