Html Css Color HEX #FE91F1 Pale Magenta

📋 copy color: '#FE91F1'

red 254 ◦ green 145 ◦ blue 241

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

Shades of Pale Magenta #FE91F1

Tints of Pale Magenta #FE91F1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.66%

 BLUE value IS 241 (94.53% from 255) = 37.66%

R = 39.69%
G = 22.66%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE91F1 (or 0xFE91F1) is known color: Pale Magenta. HEX triplet: FE, 91 and F1. RGB value is (254,145,241). Sum of RGB (Red+Green+Blue) = 254+145+241=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 145 (57.03% from 255 or 22.66% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE91F1 is #016E0E. Grayscale: #BCBCBC. Windows color (decimal): -93711 or 15831550. OLE color: 15831550.

HSL color Cylindrical-coordinate representation of color #FE91F1: hue angle of 307.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91F1 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 145 241 -
CMYK 0 0.43 0.05 0.00
HSL 307.16º 0.98% 0.78% -
HSV(B) 307.16º 0.43% 1% -
XYZ 66.88 47.67 88.9 -
YUV 188.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 254 145 241 0 0.43 0.05 0.00 307.16 0.98 0.78
Hex FE 91 F1 0 2B 5 0 133 62 4E
Octal 376 221 361 0 53 5 0 463 142 116
Binary 11111110 10010001 11110001 0 101011 101 0 100110011 1100010 1001110

Color Harmonies of #FE91F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91F1

Black with #FE91F1

Text Example


Text Example

White with #FE91F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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