#F25980

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

Shades of Brink Pink #F25980

Tints of Brink Pink #F25980

Color information

#F25980 (or 0xF25980) is unknown color: approx Brink Pink. HEX triplet: F2, 59 and 80. RGB value is (242,89,128). Sum of RGB (Red+Green+Blue) = 242+89+128=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F25980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25980 is #0DA67F. Grayscale: #8B8B8B. Windows color (decimal): -894592 or 8411634. OLE color: 8411634.

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

Color convert

RGB24289128-
CMYK00.630.470.05
HSL344.71º85.47%64.9%-
HSV(B)344.71º63.22%94.9%-
XYZ44.0927.5823.42-
YUV139.19121.69201.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 89 (35.16% from 255) = 19.39%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=52.72%
G=19.39%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428912800.630.470.05344.7185.4764.9
HexF2598003F2F51595541
Octal362131200077575531125101
Binary11110010101100110000000011111110111110110101100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25980; }

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

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

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

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

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

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

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

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