#F18FD7

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

Shades of Pale Magenta #F18FD7

Tints of Pale Magenta #F18FD7

Color information

#F18FD7 (or 0xF18FD7) is unknown color: approx Pale Magenta. HEX triplet: F1, 8F and D7. RGB value is (241,143,215). Sum of RGB (Red+Green+Blue) = 241+143+215=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FD7 is #0E7028. Grayscale: #B4B4B4. Windows color (decimal): -946217 or 14127089. OLE color: 14127089.

HSL color Cylindrical-coordinate representation of color #F18FD7: hue angle of 315.92º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18FD7 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB241143215-
CMYK00.410.110.05
HSL315.92º77.78%75.29%-
HSV(B)315.92º40.66%94.51%-
XYZ58.3643.2569.56-
YUV180.51147.47171.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 143 (56.25% from 255) = 23.87%
BLUE value IS 215 (84.38% from 255) = 35.89%
R=40.23%
G=23.87%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114321500.410.110.05315.9277.7875.29
HexF18FD7029B513c4e4b
Octal361217327051135474116113
Binary1111000110001111110101110101001101110110011110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FD7; }

 p { color: rgb(241,143,215); }

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

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

 a { background-color: rgb(241,143,215); }

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

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

 span { border-color: rgb(241,143,215); }

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