#F25F80

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

Shades of Brink Pink #F25F80

Tints of Brink Pink #F25F80

Color information

#F25F80 (or 0xF25F80) is unknown color: approx Brink Pink. HEX triplet: F2, 5F and 80. RGB value is (242,95,128). Sum of RGB (Red+Green+Blue) = 242+95+128=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25F80 is #0DA07F. Grayscale: #8E8E8E. Windows color (decimal): -893056 or 8413170. OLE color: 8413170.

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

Color convert

RGB24295128-
CMYK00.610.470.05
HSL346.53º84.97%66.08%-
HSV(B)346.53º60.74%94.9%-
XYZ44.6128.6223.6-
YUV142.72119.7198.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=52.04%
G=20.43%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429512800.610.470.05346.5384.9766.08
HexF25F8003D2F515b5542
Octal362137200075575533125102
Binary11110010101111110000000011110110111110110101101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25F80; }

 p { color: rgb(242,95,128); }

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

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

 a { background-color: rgb(242,95,128); }

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

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

 span { border-color: rgb(242,95,128); }

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