Html Css Color HEX #F132FA Magenta

📋 copy color: '#F132FA'

red 241 ◦ green 50 ◦ blue 250

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

Shades of Magenta #F132FA

Tints of Magenta #F132FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 44.55%
G = 9.24%
B = 46.21%

CMYK

 C value IS 0.04

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F132FA (or 0xF132FA) is known color: Magenta. HEX triplet: F1, 32 and FA. RGB value is (241,50,250). Sum of RGB (Red+Green+Blue) = 241+50+250=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #F132FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F132FA is #0ECD05. Grayscale: #818181. Windows color (decimal): -969990 or 16397041. OLE color: 16397041.

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

Color convert

RGB 241 50 250 -
CMYK 0.04 0.8 0 0.02
HSL 297.3º 0.95% 0.59% -
HSV(B) 297.3º 0.8% 0.98% -
XYZ 54.67 27.88 92.94 -
YUV 129.91 195.78 207.24 -
System Red Green Blue C M Y K H S L
Decimal 241 50 250 0.04 0.8 0 0.02 297.3 0.95 0.59
Hex F1 32 FA 4 50 0 2 129 5F 3B
Octal 361 62 372 4 120 0 2 451 137 73
Binary 11110001 110010 11111010 100 1010000 0 10 100101001 1011111 111011

Color Harmonies of #F132FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132FA

Black with #F132FA

Text Example


Text Example

White with #F132FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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