#FD658A

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

Shades of Brink Pink #FD658A

Tints of Brink Pink #FD658A

Color information

#FD658A (or 0xFD658A) is unknown color: approx Brink Pink. HEX triplet: FD, 65 and 8A. RGB value is (253,101,138). Sum of RGB (Red+Green+Blue) = 253+101+138=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD658A is #029A75. Grayscale: #969696. Windows color (decimal): -170614 or 9070077. OLE color: 9070077.

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

Color convert

RGB253101138-
CMYK00.600.450.01
HSL345.39º97.44%69.41%-
HSV(B)345.39º60.08%99.22%-
XYZ49.7532.0227.6-
YUV150.67120.86200.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.42%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=51.42%
G=20.53%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310113800.600.450.01345.3997.4469.41
HexFD658A03C2D11596145
Octal375145212074551531141105
Binary111111011100101100010100111100101101110101100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD658A; }

 p { color: rgb(253,101,138); }

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

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

 a { background-color: rgb(253,101,138); }

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

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

 span { border-color: rgb(253,101,138); }

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