#fc5781

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

Shades of Brink Pink #FC5781

Tints of Brink Pink #FC5781

Color information

#FC5781 (or 0xFC5781) is unknown color: approx Brink Pink. HEX triplet: FC, 57 and 81. RGB value is (252,87,129). Sum of RGB (Red+Green+Blue) = 252+87+129=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5781 is #03A87E. Grayscale: #8D8D8D. Windows color (decimal): -239743 or 8476668. OLE color: 8476668.

HSL color Cylindrical-coordinate representation of color #FC5781: hue angle of 344.73º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5781 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB25287129-
CMYK00.650.490.01
HSL344.73º96.49%66.47%-
HSV(B)344.73º65.48%98.82%-
XYZ47.5229.123.88-
YUV141.12121.16207.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.85%
GREEN value IS 87 (34.38% from 255) = 18.59%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=53.85%
G=18.59%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528712900.650.490.01344.7396.4966.47
HexFC57810413111596042
Octal3741272010101611531140102
Binary1111110010101111000000101000001110001110101100111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc5781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc5781; }

 p { color: rgb(252,87,129); }

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

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

 a { background-color: rgb(252,87,129); }

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

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

 span { border-color: rgb(252,87,129); }

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