#F15484

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

Shades of Dark Pink #F15484

Tints of Dark Pink #F15484

Color information

#F15484 (or 0xF15484) is unknown color: approx Dark Pink. HEX triplet: F1, 54 and 84. RGB value is (241,84,132). Sum of RGB (Red+Green+Blue) = 241+84+132=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F15484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15484 is #0EAB7B. Grayscale: #888888. Windows color (decimal): -961404 or 8672497. OLE color: 8672497.

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

Color convert

RGB24184132-
CMYK00.650.450.05
HSL341.66º84.86%63.73%-
HSV(B)341.66º65.15%94.51%-
XYZ43.6126.7124.69-
YUV136.42125.51202.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.74%
GREEN value IS 84 (33.20% from 255) = 18.38%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=52.74%
G=18.38%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418413200.650.450.05341.6684.8663.73
HexF154840412D51565540
Octal3611242040101555526125100
Binary111100011010100100001000100000110110110110101011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15484; }

 p { color: rgb(241,84,132); }

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

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

 a { background-color: rgb(241,84,132); }

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

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

 span { border-color: rgb(241,84,132); }

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