#F25381

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

Shades of Dark Pink #F25381

Tints of Dark Pink #F25381

Color information

#F25381 (or 0xF25381) is unknown color: approx Dark Pink. HEX triplet: F2, 53 and 81. RGB value is (242,83,129). Sum of RGB (Red+Green+Blue) = 242+83+129=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F25381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25381 is #0DAC7E. Grayscale: #878787. Windows color (decimal): -896127 or 8475634. OLE color: 8475634.

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

Color convert

RGB24283129-
CMYK00.660.470.05
HSL342.64º85.95%63.73%-
HSV(B)342.64º65.7%94.9%-
XYZ43.6726.6523.61-
YUV135.78124.18203.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.30%
GREEN value IS 83 (32.81% from 255) = 18.28%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=53.30%
G=18.28%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428312900.660.470.05342.6485.9563.73
HexF253810422F51575640
Octal3621232010102575527126100
Binary111100101010011100000010100001010111110110101011110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25381; }

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

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

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

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

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

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

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

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