Html Css Color HEX #F931F9 Magenta

📋 copy color: '#F931F9'

red 249 ◦ green 49 ◦ blue 249

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

Shades of Magenta #F931F9

Tints of Magenta #F931F9

RGB

 RED value IS 249 (97.66% from 255) = 45.52%

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

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

R = 45.52%
G = 8.96%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F931F9 (or 0xF931F9) is known color: Magenta. HEX triplet: F9, 31 and F9. RGB value is (249,49,249). Sum of RGB (Red+Green+Blue) = 249+49+249=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 49 (19.53% from 255 or 8.96% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F931F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F931F9 is #06CE06. Grayscale: #838383. Windows color (decimal): -445959 or 16331257. OLE color: 16331257.

HSL color Cylindrical-coordinate representation of color #F931F9: hue angle of 300º 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 #F931F9 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 249 -
CMYK 0 0.80 0 0.02
HSL 300º 0.94% 0.58% -
HSV(B) 300º 0.8% 0.98% -
XYZ 57.26 29.18 92.24 -
YUV 131.6 194.26 211.74 -
System Red Green Blue C M Y K H S L
Decimal 249 49 249 0 0.80 0 0.02 300 0.94 0.58
Hex F9 31 F9 0 50 0 2 12C 5E 3A
Octal 371 61 371 0 120 0 2 454 136 72
Binary 11111001 110001 11111001 0 1010000 0 10 100101100 1011110 111010

Color Harmonies of #F931F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F931F9

Black with #F931F9

Text Example


Text Example

White with #F931F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F931F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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