#FF7884

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

Shades of Brink Pink #FF7884

Tints of Brink Pink #FF7884

Color information

#FF7884 (or 0xFF7884) is unknown color: approx Brink Pink. HEX triplet: FF, 78 and 84. RGB value is (255,120,132). Sum of RGB (Red+Green+Blue) = 255+120+132=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7884 is #00877B. Grayscale: #A1A1A1. Windows color (decimal): -34684 or 8681727. OLE color: 8681727.

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

Color convert

RGB255120132-
CMYK00.530.480
HSL354.67º100%73.53%-
HSV(B)354.67º52.94%100%-
XYZ52.1236.3626.1-
YUV161.73111.23194.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=50.30%
G=23.67%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512013200.530.480354.6710073.53
HexFF7884035300163644a
Octal377170204065600543144112
Binary111111111111000100001000110101110000010110001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7884; }

 p { color: rgb(255,120,132); }

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

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

 a { background-color: rgb(255,120,132); }

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

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

 span { border-color: rgb(255,120,132); }

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