#F187DC

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

Shades of Pale Magenta #F187DC

Tints of Pale Magenta #F187DC

Color information

#F187DC (or 0xF187DC) is unknown color: approx Pale Magenta. HEX triplet: F1, 87 and DC. RGB value is (241,135,220). Sum of RGB (Red+Green+Blue) = 241+135+220=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F187DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187DC is #0E7823. Grayscale: #B0B0B0. Windows color (decimal): -948260 or 14452721. OLE color: 14452721.

HSL color Cylindrical-coordinate representation of color #F187DC: hue angle of 311.89º 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 #F187DC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241135220-
CMYK00.440.090.05
HSL311.89º79.1%73.73%-
HSV(B)311.89º43.98%94.51%-
XYZ57.8641.272.61-
YUV176.38152.62174.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 135 (53.12% from 255) = 22.65%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=40.44%
G=22.65%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113522000.440.090.05311.8979.173.73
HexF187DC02C951384f4a
Octal361207334054115470117112
Binary1111000110000111110111000101100100110110011100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F187DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F187DC; }

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

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

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

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

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

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

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

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