#f25984

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

Shades of Dark Pink #F25984

Tints of Dark Pink #F25984

Color information

#F25984 (or 0xF25984) is unknown color: approx Dark Pink. HEX triplet: F2, 59 and 84. RGB value is (242,89,132). Sum of RGB (Red+Green+Blue) = 242+89+132=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F25984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25984 is #0DA67B. Grayscale: #8B8B8B. Windows color (decimal): -894588 or 8673778. OLE color: 8673778.

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

Color convert

RGB24289132-
CMYK00.630.450.05
HSL343.14º85.47%64.9%-
HSV(B)343.14º63.22%94.9%-
XYZ44.3627.6924.84-
YUV139.65123.69201-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.27%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=52.27%
G=19.22%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428913200.630.450.05343.1485.4764.9
HexF2598403F2D51575541
Octal362131204077555527125101
Binary11110010101100110000100011111110110110110101011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25984; }

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

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

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

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

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

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

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

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