#FE5483

Color #FE5483 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FE5483

Tints of Brink Pink #FE5483

Color information

#FE5483 (or 0xFE5483) is unknown color: approx Brink Pink. HEX triplet: FE, 54 and 83. RGB value is (254,84,131). Sum of RGB (Red+Green+Blue) = 254+84+131=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5483 is #01AB7C. Grayscale: #8C8C8C. Windows color (decimal): -109437 or 8606974. OLE color: 8606974.

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

Color convert

RGB25484131-
CMYK00.670.480.00
HSL343.41º98.84%66.27%-
HSV(B)343.41º66.93%99.61%-
XYZ48.1429.0524.54-
YUV140.19122.82209.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.16%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=54.16%
G=17.91%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548413100.670.480.00343.4198.8466.27
HexFE54830433001576342
Octal3761242030103600527143102
Binary1111111010101001000001101000011110000010101011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5483; }

 p { color: rgb(254,84,131); }

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

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

 a { background-color: rgb(254,84,131); }

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

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

 span { border-color: rgb(254,84,131); }

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