Html Css Color HEX #F231FD Magenta

📋 copy color: '#F231FD'

red 242 ◦ green 49 ◦ blue 253

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

Shades of Magenta #F231FD

Tints of Magenta #F231FD

RGB

 RED value IS 242 (94.92% from 255) = 44.49%

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

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

R = 44.49%
G = 9.01%
B = 46.51%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F231FD (or 0xF231FD) is known color: Magenta. HEX triplet: F2, 31 and FD. RGB value is (242,49,253). Sum of RGB (Red+Green+Blue) = 242+49+253=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 49 (19.53% from 255 or 9.01% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #F231FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F231FD is #0DCE02. Grayscale: #818181. Windows color (decimal): -904707 or 16593394. OLE color: 16593394.

HSL color Cylindrical-coordinate representation of color #F231FD: hue angle of 296.76º 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 #F231FD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 49 253 -
CMYK 0.04 0.81 0 0.01
HSL 296.76º 0.98% 0.59% -
HSV(B) 296.76º 0.81% 0.99% -
XYZ 55.45 28.17 95.44 -
YUV 129.96 197.44 207.91 -
System Red Green Blue C M Y K H S L
Decimal 242 49 253 0.04 0.81 0 0.01 296.76 0.98 0.59
Hex F2 31 FD 4 51 0 1 129 62 3B
Octal 362 61 375 4 121 0 1 451 142 73
Binary 11110010 110001 11111101 100 1010001 0 1 100101001 1100010 111011

Color Harmonies of #F231FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231FD

Black with #F231FD

Text Example


Text Example

White with #F231FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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