#F25E87

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

Shades of Brink Pink #F25E87

Tints of Brink Pink #F25E87

Color information

#F25E87 (or 0xF25E87) is unknown color: approx Brink Pink. HEX triplet: F2, 5E and 87. RGB value is (242,94,135). Sum of RGB (Red+Green+Blue) = 242+94+135=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25E87 is #0DA178. Grayscale: #8E8E8E. Windows color (decimal): -893305 or 8871666. OLE color: 8871666.

HSL color Cylindrical-coordinate representation of color #F25E87: hue angle of 343.38º 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 #F25E87 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB24294135-
CMYK00.610.440.05
HSL343.38º85.06%65.88%-
HSV(B)343.38º61.16%94.9%-
XYZ44.9928.6326.08-
YUV142.93123.53198.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.38%
GREEN value IS 94 (37.11% from 255) = 19.96%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=51.38%
G=19.96%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429413500.610.440.05343.3885.0665.88
HexF25E8703D2C51575542
Octal362136207075545527125102
Binary11110010101111010000111011110110110010110101011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25E87; }

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

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

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

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

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

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

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

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