#FE529B

Color #FE529B Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FE529B

Tints of Brilliant Rose #FE529B

Color information

#FE529B (or 0xFE529B) is unknown color: approx Brilliant Rose. HEX triplet: FE, 52 and 9B. RGB value is (254,82,155). Sum of RGB (Red+Green+Blue) = 254+82+155=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE529B is #01AD64. Grayscale: #8D8D8D. Windows color (decimal): -109925 or 10179326. OLE color: 10179326.

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

Color convert

RGB25482155-
CMYK00.680.390.00
HSL334.53º98.85%65.88%-
HSV(B)334.53º67.72%99.61%-
XYZ49.8129.4734.07-
YUV141.75135.48208.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.73%
GREEN value IS 82 (32.42% from 255) = 16.70%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=51.73%
G=16.70%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548215500.680.390.00334.5398.8565.88
HexFE529B04427014f6342
Octal3761222330104470517143102
Binary1111111010100101001101101000100100111010100111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE529B; }

 p { color: rgb(254,82,155); }

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

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

 a { background-color: rgb(254,82,155); }

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

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

 span { border-color: rgb(254,82,155); }

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