#F18BE3

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

Shades of Pale Magenta #F18BE3

Tints of Pale Magenta #F18BE3

Color information

#F18BE3 (or 0xF18BE3) is unknown color: approx Pale Magenta. HEX triplet: F1, 8B and E3. RGB value is (241,139,227). Sum of RGB (Red+Green+Blue) = 241+139+227=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BE3 is #0E741C. Grayscale: #B3B3B3. Windows color (decimal): -947229 or 14912497. OLE color: 14912497.

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

Color convert

RGB241139227-
CMYK00.420.060.05
HSL308.24º78.46%74.51%-
HSV(B)308.24º42.32%94.51%-
XYZ59.3742.7177.79-
YUV179.53154.79171.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 139 (54.69% from 255) = 22.90%
BLUE value IS 227 (89.06% from 255) = 37.40%
R=39.70%
G=22.90%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113922700.420.060.05308.2478.4674.51
HexF18BE302A651344e4b
Octal36121334305265464116113
Binary111100011000101111100011010101011010110011010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18BE3; }

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

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

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

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

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

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

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

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