Html Css Color HEX #F132F9 Magenta

📋 copy color: '#F132F9'

red 241 ◦ green 50 ◦ blue 249

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

Shades of Magenta #F132F9

Tints of Magenta #F132F9

RGB

 RED value IS 241 (94.53% from 255) = 44.63%

 GREEN value IS 50 (19.92% from 255) = 9.26%

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

R = 44.63%
G = 9.26%
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

#F132F9 (or 0xF132F9) is known color: Magenta. HEX triplet: F1, 32 and F9. RGB value is (241,50,249). Sum of RGB (Red+Green+Blue) = 241+50+249=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 50 (19.92% from 255 or 9.26% 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 #F132F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F132F9 is #0ECD06. Grayscale: #818181. Windows color (decimal): -969991 or 16331505. OLE color: 16331505.

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

Color convert

RGB 241 50 249 -
CMYK 0.03 0.80 0 0.02
HSL 297.59º 0.94% 0.59% -
HSV(B) 297.59º 0.8% 0.98% -
XYZ 54.52 27.82 92.12 -
YUV 129.8 195.28 207.32 -
System Red Green Blue C M Y K H S L
Decimal 241 50 249 0.03 0.80 0 0.02 297.59 0.94 0.59
Hex F1 32 F9 3 50 0 2 12A 5E 3B
Octal 361 62 371 3 120 0 2 452 136 73
Binary 11110001 110010 11111001 11 1010000 0 10 100101010 1011110 111011

Color Harmonies of #F132F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132F9

Black with #F132F9

Text Example


Text Example

White with #F132F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132F9; }

 p { color: rgb(241,50,249); }

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

background-color css

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

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

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

border-color css

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

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

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