#FE53B5

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

Shades of Brilliant Rose #FE53B5

Tints of Brilliant Rose #FE53B5

Color information

#FE53B5 (or 0xFE53B5) is unknown color: approx Brilliant Rose. HEX triplet: FE, 53 and B5. RGB value is (254,83,181). Sum of RGB (Red+Green+Blue) = 254+83+181=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53B5 is #01AC4A. Grayscale: #919191. Windows color (decimal): -109643 or 11883518. OLE color: 11883518.

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

Color convert

RGB25483181-
CMYK00.670.290.00
HSL325.61º98.84%66.08%-
HSV(B)325.61º67.32%99.61%-
XYZ52.3130.5946.86-
YUV145.3148.15205.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.03%
GREEN value IS 83 (32.81% from 255) = 16.02%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=49.03%
G=16.02%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548318100.670.290.00325.6198.8466.08
HexFE53B50431D01466342
Octal3761232650103350506143102
Binary111111101010011101101010100001111101010100011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE53B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE53B5; }

 p { color: rgb(254,83,181); }

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

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

 a { background-color: rgb(254,83,181); }

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

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

 span { border-color: rgb(254,83,181); }

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