#F5657A

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

Shades of Brink Pink #F5657A

Tints of Brink Pink #F5657A

Color information

#F5657A (or 0xF5657A) is unknown color: approx Brink Pink. HEX triplet: F5, 65 and 7A. RGB value is (245,101,122). Sum of RGB (Red+Green+Blue) = 245+101+122=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5657A is #0A9A85. Grayscale: #929292. Windows color (decimal): -694918 or 8021493. OLE color: 8021493.

HSL color Cylindrical-coordinate representation of color #F5657A: hue angle of 351.25º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5657A is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245101122-
CMYK00.590.500.04
HSL351.25º87.8%67.84%-
HSV(B)351.25º58.78%96.08%-
XYZ45.8230.1221.81-
YUV146.45114.21198.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=52.35%
G=21.58%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510112200.590.500.04351.2587.867.84
HexF5657A03B32415f5844
Octal365145172073624537130104
Binary1111010111001011111010011101111001010010101111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5657A; }

 p { color: rgb(245,101,122); }

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

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

 a { background-color: rgb(245,101,122); }

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

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

 span { border-color: rgb(245,101,122); }

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