#F25682

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

Shades of Dark Pink #F25682

Tints of Dark Pink #F25682

Color information

#F25682 (or 0xF25682) is unknown color: approx Dark Pink. HEX triplet: F2, 56 and 82. RGB value is (242,86,130). Sum of RGB (Red+Green+Blue) = 242+86+130=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25682 is #0DA97D. Grayscale: #898989. Windows color (decimal): -895358 or 8541938. OLE color: 8541938.

HSL color Cylindrical-coordinate representation of color #F25682: hue angle of 343.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25682 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB24286130-
CMYK00.640.460.05
HSL343.08º85.71%64.31%-
HSV(B)343.08º64.46%94.9%-
XYZ43.9827.1424.04-
YUV137.66123.68202.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 130 (51.17% from 255) = 28.38%
R=52.84%
G=18.78%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428613000.640.460.05343.0885.7164.31
HexF256820402E51575640
Octal3621262020100565527126100
Binary111100101010110100000100100000010111010110101011110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25682; }

 p { color: rgb(242,86,130); }

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

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

 a { background-color: rgb(242,86,130); }

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

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

 span { border-color: rgb(242,86,130); }

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