#F5618F

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

Shades of Brink Pink #F5618F

Tints of Brink Pink #F5618F

Color information

#F5618F (or 0xF5618F) is unknown color: approx Brink Pink. HEX triplet: F5, 61 and 8F. RGB value is (245,97,143). Sum of RGB (Red+Green+Blue) = 245+97+143=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5618F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5618F is #0A9E70. Grayscale: #929292. Windows color (decimal): -695921 or 9396725. OLE color: 9396725.

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

Color convert

RGB24597143-
CMYK00.600.420.04
HSL341.35º88.1%67.06%-
HSV(B)341.35º60.41%96.08%-
XYZ46.8929.9529.3-
YUV146.5126.03198.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=50.52%
G=20%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459714300.600.420.04341.3588.167.06
HexF5618F03C2A41555843
Octal365141217074524525130103
Binary11110101110000110001111011110010101010010101010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5618F; }

 p { color: rgb(245,97,143); }

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

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

 a { background-color: rgb(245,97,143); }

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

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

 span { border-color: rgb(245,97,143); }

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