#F25E89

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

Shades of Brink Pink #F25E89

Tints of Brink Pink #F25E89

Color information

#F25E89 (or 0xF25E89) is unknown color: approx Brink Pink. HEX triplet: F2, 5E and 89. RGB value is (242,94,137). Sum of RGB (Red+Green+Blue) = 242+94+137=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25E89 is #0DA176. Grayscale: #8F8F8F. Windows color (decimal): -893303 or 9002738. OLE color: 9002738.

HSL color Cylindrical-coordinate representation of color #F25E89: hue angle of 342.57º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25E89 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB24294137-
CMYK00.610.430.05
HSL342.57º85.06%65.88%-
HSV(B)342.57º61.16%94.9%-
XYZ45.1428.6926.83-
YUV143.15124.53198.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=51.16%
G=19.87%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429413700.610.430.05342.5785.0665.88
HexF25E8903D2B51575542
Octal362136211075535527125102
Binary11110010101111010001001011110110101110110101011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25E89; }

 p { color: rgb(242,94,137); }

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

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

 a { background-color: rgb(242,94,137); }

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

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

 span { border-color: rgb(242,94,137); }

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