#F45E7B

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

Shades of Brink Pink #F45E7B

Tints of Brink Pink #F45E7B

Color information

#F45E7B (or 0xF45E7B) is unknown color: approx Brink Pink. HEX triplet: F4, 5E and 7B. RGB value is (244,94,123). Sum of RGB (Red+Green+Blue) = 244+94+123=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45E7B is #0BA184. Grayscale: #8E8E8E. Windows color (decimal): -762245 or 8085236. OLE color: 8085236.

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

Color convert

RGB24494123-
CMYK00.610.500.04
HSL348.4º87.21%66.27%-
HSV(B)348.4º61.48%95.69%-
XYZ44.8928.6721.91-
YUV142.16117.2200.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.93%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=52.93%
G=20.39%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449412300.610.500.04348.487.2166.27
HexF45E7B03D32415c5742
Octal364136173075624534127102
Binary1111010010111101111011011110111001010010101110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45E7B; }

 p { color: rgb(244,94,123); }

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

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

 a { background-color: rgb(244,94,123); }

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

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

 span { border-color: rgb(244,94,123); }

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