#F18CE8

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

Shades of Pale Magenta #F18CE8

Tints of Pale Magenta #F18CE8

Color information

#F18CE8 (or 0xF18CE8) is unknown color: approx Pale Magenta. HEX triplet: F1, 8C and E8. RGB value is (241,140,232). Sum of RGB (Red+Green+Blue) = 241+140+232=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CE8 is #0E7317. Grayscale: #B4B4B4. Windows color (decimal): -946968 or 15240433. OLE color: 15240433.

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

Color convert

RGB241140232-
CMYK00.420.040.05
HSL305.35º78.29%74.71%-
HSV(B)305.35º41.91%94.51%-
XYZ60.2243.2881.52-
YUV180.69156.96171.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 140 (55.08% from 255) = 22.84%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=39.31%
G=22.84%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114023200.420.040.05305.3578.2974.71
HexF18CE802A451314e4b
Octal36121435005245461116113
Binary111100011000110011101000010101010010110011000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CE8; }

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

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

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

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

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

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

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

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