#F45B7E

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

Shades of Brink Pink #F45B7E

Tints of Brink Pink #F45B7E

Color information

#F45B7E (or 0xF45B7E) is unknown color: approx Brink Pink. HEX triplet: F4, 5B and 7E. RGB value is (244,91,126). Sum of RGB (Red+Green+Blue) = 244+91+126=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45B7E is #0BA481. Grayscale: #8C8C8C. Windows color (decimal): -763010 or 8281076. OLE color: 8281076.

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

Color convert

RGB24491126-
CMYK00.630.480.04
HSL346.27º87.43%65.69%-
HSV(B)346.27º62.7%95.69%-
XYZ44.8228.2222.82-
YUV140.74119.69201.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.93%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=52.93%
G=19.74%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449112600.630.480.04346.2787.4365.69
HexF45B7E03F30415a5742
Octal364133176077604532127102
Binary1111010010110111111110011111111000010010101101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45B7E; }

 p { color: rgb(244,91,126); }

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

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

 a { background-color: rgb(244,91,126); }

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

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

 span { border-color: rgb(244,91,126); }

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