Html Css Color HEX #F132FB Magenta

📋 copy color: '#F132FB'

red 241 ◦ green 50 ◦ blue 251

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

Shades of Magenta #F132FB

Tints of Magenta #F132FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 44.46%
G = 9.23%
B = 46.31%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F132FB (or 0xF132FB) is known color: Magenta. HEX triplet: F1, 32 and FB. RGB value is (241,50,251). Sum of RGB (Red+Green+Blue) = 241+50+251=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 50 (19.92% from 255 or 9.23% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #F132FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F132FB is #0ECD04. Grayscale: #818181. Windows color (decimal): -969989 or 16462577. OLE color: 16462577.

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

Color convert

RGB 241 50 251 -
CMYK 0.04 0.80 0 0.02
HSL 297.01º 0.96% 0.59% -
HSV(B) 297.01º 0.8% 0.98% -
XYZ 54.83 27.95 93.77 -
YUV 130.02 196.28 207.16 -
System Red Green Blue C M Y K H S L
Decimal 241 50 251 0.04 0.80 0 0.02 297.01 0.96 0.59
Hex F1 32 FB 4 50 0 2 129 60 3B
Octal 361 62 373 4 120 0 2 451 140 73
Binary 11110001 110010 11111011 100 1010000 0 10 100101001 1100000 111011

Color Harmonies of #F132FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132FB

Black with #F132FB

Text Example


Text Example

White with #F132FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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