#F18BE8

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

Shades of Pale Magenta #F18BE8

Tints of Pale Magenta #F18BE8

Color information

#F18BE8 (or 0xF18BE8) is unknown color: approx Pale Magenta. HEX triplet: F1, 8B and E8. RGB value is (241,139,232). Sum of RGB (Red+Green+Blue) = 241+139+232=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18BE8 is #0E7417. Grayscale: #B3B3B3. Windows color (decimal): -947224 or 15240177. OLE color: 15240177.

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

Color convert

RGB241139232-
CMYK00.420.040.05
HSL305.29º78.46%74.51%-
HSV(B)305.29º42.32%94.51%-
XYZ60.0742.9981.48-
YUV180.1157.29171.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 139 (54.69% from 255) = 22.71%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=39.38%
G=22.71%
B=37.91%

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
Decimal24113923200.420.040.05305.2978.4674.51
HexF18BE802A451314e4b
Octal36121335005245461116113
Binary111100011000101111101000010101010010110011000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18BE8; }

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

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

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

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

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

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

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

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