Html Css Color HEX #FE91F0 Pale Magenta

📋 copy color: '#FE91F0'

red 254 ◦ green 145 ◦ blue 240

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

Shades of Pale Magenta #FE91F0

Tints of Pale Magenta #FE91F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.56%

R = 39.75%
G = 22.69%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE91F0 (or 0xFE91F0) is known color: Pale Magenta. HEX triplet: FE, 91 and F0. RGB value is (254,145,240). Sum of RGB (Red+Green+Blue) = 254+145+240=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 145 (57.03% from 255 or 22.69% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE91F0 is #016E0F. Grayscale: #BCBCBC. Windows color (decimal): -93712 or 15766014. OLE color: 15766014.

HSL color Cylindrical-coordinate representation of color #FE91F0: hue angle of 307.71º 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 #FE91F0 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 145 240 -
CMYK 0 0.43 0.06 0.00
HSL 307.71º 0.98% 0.78% -
HSV(B) 307.71º 0.43% 1% -
XYZ 66.73 47.61 88.11 -
YUV 188.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 254 145 240 0 0.43 0.06 0.00 307.71 0.98 0.78
Hex FE 91 F0 0 2B 6 0 134 62 4E
Octal 376 221 360 0 53 6 0 464 142 116
Binary 11111110 10010001 11110000 0 101011 110 0 100110100 1100010 1001110

Color Harmonies of #FE91F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91F0

Black with #FE91F0

Text Example


Text Example

White with #FE91F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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