Html Css Color HEX #FE81F0 Pale Magenta

📋 copy color: '#FE81F0'

red 254 ◦ green 129 ◦ blue 240

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

Shades of Pale Magenta #FE81F0

Tints of Pale Magenta #FE81F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.71%

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

R = 40.77%
G = 20.71%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE81F0 (or 0xFE81F0) is known color: Pale Magenta. HEX triplet: FE, 81 and F0. RGB value is (254,129,240). Sum of RGB (Red+Green+Blue) = 254+129+240=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 129 (50.78% from 255 or 20.71% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81F0 is #017E0F. Grayscale: #B2B2B2. Windows color (decimal): -97808 or 15761918. OLE color: 15761918.

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

Color convert

RGB 254 129 240 -
CMYK 0 0.49 0.06 0.00
HSL 306.72º 0.98% 0.75% -
HSV(B) 306.72º 0.49% 1% -
XYZ 64.45 43.06 87.35 -
YUV 179.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 254 129 240 0 0.49 0.06 0.00 306.72 0.98 0.75
Hex FE 81 F0 0 31 6 0 133 62 4B
Octal 376 201 360 0 61 6 0 463 142 113
Binary 11111110 10000001 11110000 0 110001 110 0 100110011 1100010 1001011

Color Harmonies of #FE81F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE81F0

Black with #FE81F0

Text Example


Text Example

White with #FE81F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE81F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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