#F18CE2

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

Shades of Pale Magenta #F18CE2

Tints of Pale Magenta #F18CE2

Color information

#F18CE2 (or 0xF18CE2) is unknown color: approx Pale Magenta. HEX triplet: F1, 8C and E2. RGB value is (241,140,226). Sum of RGB (Red+Green+Blue) = 241+140+226=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CE2 is #0E731D. Grayscale: #B3B3B3. Windows color (decimal): -946974 or 14847217. OLE color: 14847217.

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

Color convert

RGB241140226-
CMYK00.420.060.05
HSL308.91º78.29%74.71%-
HSV(B)308.91º41.91%94.51%-
XYZ59.3842.9577.11-
YUV180153.96171.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 140 (55.08% from 255) = 23.06%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=39.70%
G=23.06%
B=37.23%

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
Decimal24114022600.420.060.05308.9178.2974.71
HexF18CE202A651354e4b
Octal36121434205265465116113
Binary111100011000110011100010010101011010110011010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CE2; }

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

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

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

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

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

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

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

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