#FF658E

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

Shades of Brink Pink #FF658E

Tints of Brink Pink #FF658E

Color information

#FF658E (or 0xFF658E) is unknown color: approx Brink Pink. HEX triplet: FF, 65 and 8E. RGB value is (255,101,142). Sum of RGB (Red+Green+Blue) = 255+101+142=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF658E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF658E is #009A71. Grayscale: #979797. Windows color (decimal): -39538 or 9332223. OLE color: 9332223.

HSL color Cylindrical-coordinate representation of color #FF658E: hue angle of 344.03º 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 #FF658E is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255101142-
CMYK00.600.440
HSL344.03º100%69.8%-
HSV(B)344.03º60.39%100%-
XYZ50.7832.5229.19-
YUV151.72122.52201.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=51.20%
G=20.28%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510114200.600.440344.0310069.8
HexFF658E03C2C01586446
Octal377145216074540530144106
Binary111111111100101100011100111100101100010101100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF658E; }

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

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

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

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

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

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

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

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