#F25881

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

Shades of Dark Pink #F25881

Tints of Dark Pink #F25881

Color information

#F25881 (or 0xF25881) is unknown color: approx Dark Pink. HEX triplet: F2, 58 and 81. RGB value is (242,88,129). Sum of RGB (Red+Green+Blue) = 242+88+129=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F25881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25881 is #0DA77E. Grayscale: #8A8A8A. Windows color (decimal): -894847 or 8476914. OLE color: 8476914.

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

Color convert

RGB24288129-
CMYK00.640.470.05
HSL344.03º85.56%64.71%-
HSV(B)344.03º63.64%94.9%-
XYZ44.0727.4423.74-
YUV138.72122.52201.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=52.72%
G=19.17%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428812900.640.470.05344.0385.5664.71
HexF258810402F51585641
Octal3621302010100575530126101
Binary111100101011000100000010100000010111110110101100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25881; }

 p { color: rgb(242,88,129); }

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

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

 a { background-color: rgb(242,88,129); }

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

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

 span { border-color: rgb(242,88,129); }

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