Html Css Color HEX #F231F9 Magenta

📋 copy color: '#F231F9'

red 242 ◦ green 49 ◦ blue 249

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

Shades of Magenta #F231F9

Tints of Magenta #F231F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.11%

R = 44.81%
G = 9.07%
B = 46.11%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F231F9 (or 0xF231F9) is known color: Magenta. HEX triplet: F2, 31 and F9. RGB value is (242,49,249). Sum of RGB (Red+Green+Blue) = 242+49+249=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 49 (19.53% from 255 or 9.07% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #F231F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F231F9 is #0DCE06. Grayscale: #808080. Windows color (decimal): -904711 or 16331250. OLE color: 16331250.

HSL color Cylindrical-coordinate representation of color #F231F9: hue angle of 297.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231F9 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 49 249 -
CMYK 0.03 0.80 0 0.02
HSL 297.9º 0.94% 0.58% -
HSV(B) 297.9º 0.8% 0.98% -
XYZ 54.82 27.91 92.12 -
YUV 129.51 195.44 208.24 -
System Red Green Blue C M Y K H S L
Decimal 242 49 249 0.03 0.80 0 0.02 297.9 0.94 0.58
Hex F2 31 F9 3 50 0 2 12A 5E 3A
Octal 362 61 371 3 120 0 2 452 136 72
Binary 11110010 110001 11111001 11 1010000 0 10 100101010 1011110 111010

Color Harmonies of #F231F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231F9

Black with #F231F9

Text Example


Text Example

White with #F231F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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