#F5627A

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

Shades of Brink Pink #F5627A

Tints of Brink Pink #F5627A

Color information

#F5627A (or 0xF5627A) is unknown color: approx Brink Pink. HEX triplet: F5, 62 and 7A. RGB value is (245,98,122). Sum of RGB (Red+Green+Blue) = 245+98+122=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5627A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5627A is #0A9D85. Grayscale: #909090. Windows color (decimal): -695686 or 8020725. OLE color: 8020725.

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

Color convert

RGB24598122-
CMYK00.60.500.04
HSL350.2º88.02%67.25%-
HSV(B)350.2º60%96.08%-
XYZ45.5429.5521.72-
YUV144.69115.2199.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.69%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=52.69%
G=21.08%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459812200.60.500.04350.288.0267.25
HexF5627A03C32415e5843
Octal365142172074624536130103
Binary1111010111000101111010011110011001010010101111010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5627A; }

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

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

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

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

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

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

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

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