Html Css Color HEX #F132FE Magenta

📋 copy color: '#F132FE'

red 241 ◦ green 50 ◦ blue 254

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

Shades of Magenta #F132FE

Tints of Magenta #F132FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 44.22%
G = 9.17%
B = 46.61%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F132FE (or 0xF132FE) is known color: Magenta. HEX triplet: F1, 32 and FE. RGB value is (241,50,254). Sum of RGB (Red+Green+Blue) = 241+50+254=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 50 (19.92% from 255 or 9.17% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #F132FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F132FE is #0ECD01. Grayscale: #818181. Windows color (decimal): -969986 or 16659185. OLE color: 16659185.

HSL color Cylindrical-coordinate representation of color #F132FE: hue angle of 296.18º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F132FE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 50 254 -
CMYK 0.05 0.80 0 0.00
HSL 296.18º 0.99% 0.6% -
HSV(B) 296.18º 0.8% 1% -
XYZ 55.31 28.14 96.28 -
YUV 130.37 197.78 206.91 -
System Red Green Blue C M Y K H S L
Decimal 241 50 254 0.05 0.80 0 0.00 296.18 0.99 0.6
Hex F1 32 FE 5 50 0 0 128 63 3C
Octal 361 62 376 5 120 0 0 450 143 74
Binary 11110001 110010 11111110 101 1010000 0 0 100101000 1100011 111100

Color Harmonies of #F132FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132FE

Black with #F132FE

Text Example


Text Example

White with #F132FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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