#FE7BF0

Color #FE7BF0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FE7BF0

Tints of Pale Magenta #FE7BF0

Color information

#FE7BF0 (or 0xFE7BF0) is unknown color: approx Pale Magenta. HEX triplet: FE, 7B and F0. RGB value is (254,123,240). Sum of RGB (Red+Green+Blue) = 254+123+240=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 123 (48.44% from 255 or 19.94% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BF0 is #01840F. Grayscale: #AFAFAF. Windows color (decimal): -99344 or 15760382. OLE color: 15760382.

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

Color convert

RGB254123240-
CMYK00.520.060.00
HSL306.41º98.5%73.92%-
HSV(B)306.41º51.57%99.61%-
XYZ63.6841.5387.1-
YUV175.51164.4183.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 123 (48.44% from 255) = 19.94%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=41.17%
G=19.94%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412324000.520.060.00306.4198.573.92
HexFE7BF003460132624a
Octal37617336006460462142112
Binary111111101111011111100000110100110010011001011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7BF0; }

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

 H1.HeaderClassName
 {
   color: #FE7BF0;
 }
 .AnyTagClassName
 {
   color: #FE7BF0;
 }
</style>
background-color css

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

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

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

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

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

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