#FF5C7E

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

Shades of Brink Pink #FF5C7E

Tints of Brink Pink #FF5C7E

Color information

#FF5C7E (or 0xFF5C7E) is unknown color: approx Brink Pink. HEX triplet: FF, 5C and 7E. RGB value is (255,92,126). Sum of RGB (Red+Green+Blue) = 255+92+126=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5C7E is #00A381. Grayscale: #909090. Windows color (decimal): -41858 or 8281343. OLE color: 8281343.

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

Color convert

RGB25592126-
CMYK00.640.510
HSL347.48º100%68.04%-
HSV(B)347.48º63.92%100%-
XYZ48.8330.4223.04-
YUV144.61117.5206.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=53.91%
G=19.45%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559212600.640.510347.4810068.04
HexFF5C7E04033015b6444
Octal3771341760100630533144104
Binary111111111011100111111001000000110011010101101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5C7E; }

 p { color: rgb(255,92,126); }

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

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

 a { background-color: rgb(255,92,126); }

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

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

 span { border-color: rgb(255,92,126); }

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