#F187DF

Color #F187DF Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F187DF

Tints of Pale Magenta #F187DF

Color information

#F187DF (or 0xF187DF) is unknown color: approx Pale Magenta. HEX triplet: F1, 87 and DF. RGB value is (241,135,223). Sum of RGB (Red+Green+Blue) = 241+135+223=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 135 (53.12% from 255 or 22.54% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F187DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187DF is #0E7820. Grayscale: #B0B0B0. Windows color (decimal): -948257 or 14649329. OLE color: 14649329.

HSL color Cylindrical-coordinate representation of color #F187DF: hue angle of 310.19º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F187DF is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241135223-
CMYK00.440.070.05
HSL310.19º79.1%73.73%-
HSV(B)310.19º43.98%94.51%-
XYZ58.2641.3674.72-
YUV176.73154.12173.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 135 (53.12% from 255) = 22.54%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=40.23%
G=22.54%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113522300.440.070.05310.1979.173.73
HexF187DF02C751364f4a
Octal36120733705475466117112
Binary111100011000011111011111010110011110110011011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F187DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F187DF; }

 p { color: rgb(241,135,223); }

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

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

 a { background-color: rgb(241,135,223); }

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

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

 span { border-color: rgb(241,135,223); }

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