#FE7484

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

Shades of Brink Pink #FE7484

Tints of Brink Pink #FE7484

Color information

#FE7484 (or 0xFE7484) is unknown color: approx Brink Pink. HEX triplet: FE, 74 and 84. RGB value is (254,116,132). Sum of RGB (Red+Green+Blue) = 254+116+132=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7484 is #018B7B. Grayscale: #9F9F9F. Windows color (decimal): -101244 or 8680702. OLE color: 8680702.

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

Color convert

RGB254116132-
CMYK00.540.480.00
HSL353.04º98.57%72.55%-
HSV(B)353.04º54.33%99.61%-
XYZ51.2835.2325.93-
YUV159.09112.72195.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 116 (45.70% from 255) = 23.11%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=50.60%
G=23.11%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411613200.540.480.00353.0498.5772.55
HexFE74840363001616349
Octal376164204066600541143111
Binary111111101110100100001000110110110000010110000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7484; }

 p { color: rgb(254,116,132); }

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

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

 a { background-color: rgb(254,116,132); }

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

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

 span { border-color: rgb(254,116,132); }

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