#F188DF

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

Shades of Pale Magenta #F188DF

Tints of Pale Magenta #F188DF

Color information

#F188DF (or 0xF188DF) is unknown color: approx Pale Magenta. HEX triplet: F1, 88 and DF. RGB value is (241,136,223). Sum of RGB (Red+Green+Blue) = 241+136+223=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F188DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188DF is #0E7720. Grayscale: #B1B1B1. Windows color (decimal): -948001 or 14649585. OLE color: 14649585.

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

Color convert

RGB241136223-
CMYK00.440.070.05
HSL310.29º78.95%73.92%-
HSV(B)310.29º43.57%94.51%-
XYZ58.441.6474.77-
YUV177.31153.79173.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 136 (53.52% from 255) = 22.67%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=40.17%
G=22.67%
B=37.17%

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
Decimal24113622300.440.070.05310.2978.9573.92
HexF188DF02C751364f4a
Octal36121033705475466117112
Binary111100011000100011011111010110011110110011011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188DF; }

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

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

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

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

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

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

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

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