Html Css Color HEX #FE2FFA Magenta

📋 copy color: '#FE2FFA'

red 254 ◦ green 47 ◦ blue 250

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

Shades of Magenta #FE2FFA

Tints of Magenta #FE2FFA

RGB

 RED value IS 254 (99.61% from 255) = 46.1%

 GREEN value IS 47 (18.75% from 255) = 8.53%

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

R = 46.1%
G = 8.53%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE2FFA (or 0xFE2FFA) is known color: Magenta. HEX triplet: FE, 2F and FA. RGB value is (254,47,250). Sum of RGB (Red+Green+Blue) = 254+47+250=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 47 (18.75% from 255 or 8.53% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2FFA is #01D005. Grayscale: #838383. Windows color (decimal): -118790 or 16396286. OLE color: 16396286.

HSL color Cylindrical-coordinate representation of color #FE2FFA: hue angle of 301.16º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FFA is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 47 250 -
CMYK 0 0.81 0.02 0.00
HSL 301.16º 0.99% 0.59% -
HSV(B) 301.16º 0.81% 1% -
XYZ 59.14 30.01 93.12 -
YUV 132.04 194.58 214.99 -
System Red Green Blue C M Y K H S L
Decimal 254 47 250 0 0.81 0.02 0.00 301.16 0.99 0.59
Hex FE 2F FA 0 51 2 0 12D 63 3B
Octal 376 57 372 0 121 2 0 455 143 73
Binary 11111110 101111 11111010 0 1010001 10 0 100101101 1100011 111011

Color Harmonies of #FE2FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2FFA

Black with #FE2FFA

Text Example


Text Example

White with #FE2FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2FFA; }

 p { color: rgb(254,47,250); }

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

background-color css

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

 a { background-color: rgb(254,47,250); }

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

border-color css

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

 span { border-color: rgb(254,47,250); }

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