#FF658C

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

Shades of Brink Pink #FF658C

Tints of Brink Pink #FF658C

Color information

#FF658C (or 0xFF658C) is unknown color: approx Brink Pink. HEX triplet: FF, 65 and 8C. RGB value is (255,101,140). Sum of RGB (Red+Green+Blue) = 255+101+140=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF658C is #009A73. Grayscale: #979797. Windows color (decimal): -39540 or 9201151. OLE color: 9201151.

HSL color Cylindrical-coordinate representation of color #FF658C: hue angle of 344.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF658C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB255101140-
CMYK00.600.450
HSL344.81º100%69.8%-
HSV(B)344.81º60.39%100%-
XYZ50.6332.4628.41-
YUV151.49121.52201.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=51.41%
G=20.36%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510114000.600.450344.8110069.8
HexFF658C03C2D01596446
Octal377145214074550531144106
Binary111111111100101100011000111100101101010101100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF658C; }

 p { color: rgb(255,101,140); }

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

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

 a { background-color: rgb(255,101,140); }

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

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

 span { border-color: rgb(255,101,140); }

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