#F18FE8

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

Shades of Pale Magenta #F18FE8

Tints of Pale Magenta #F18FE8

Color information

#F18FE8 (or 0xF18FE8) is unknown color: approx Pale Magenta. HEX triplet: F1, 8F and E8. RGB value is (241,143,232). Sum of RGB (Red+Green+Blue) = 241+143+232=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18FE8 is #0E7017. Grayscale: #B6B6B6. Windows color (decimal): -946200 or 15241201. OLE color: 15241201.

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

Color convert

RGB241143232-
CMYK00.410.040.05
HSL305.51º77.78%75.29%-
HSV(B)305.51º40.66%94.51%-
XYZ60.6644.1781.67-
YUV182.45155.97169.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 143 (56.25% from 255) = 23.21%
BLUE value IS 232 (91.02% from 255) = 37.66%
R=39.12%
G=23.21%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114323200.410.040.05305.5177.7875.29
HexF18FE8029451324e4b
Octal36121735005145462116113
Binary111100011000111111101000010100110010110011001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FE8; }

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

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

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

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

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

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

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

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