#F18BE1

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

Shades of Pale Magenta #F18BE1

Tints of Pale Magenta #F18BE1

Color information

#F18BE1 (or 0xF18BE1) is unknown color: approx Pale Magenta. HEX triplet: F1, 8B and E1. RGB value is (241,139,225). Sum of RGB (Red+Green+Blue) = 241+139+225=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BE1 is #0E741E. Grayscale: #B3B3B3. Windows color (decimal): -947231 or 14781425. OLE color: 14781425.

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

Color convert

RGB241139225-
CMYK00.420.070.05
HSL309.41º78.46%74.51%-
HSV(B)309.41º42.32%94.51%-
XYZ59.142.676.34-
YUV179.3153.79172.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 139 (54.69% from 255) = 22.98%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=39.83%
G=22.98%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113922500.420.070.05309.4178.4674.51
HexF18BE102A751354e4b
Octal36121334105275465116113
Binary111100011000101111100001010101011110110011010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18BE1; }

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

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

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

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

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

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

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

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