#F28BE3

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

Shades of Pale Magenta #F28BE3

Tints of Pale Magenta #F28BE3

Color information

#F28BE3 (or 0xF28BE3) is unknown color: approx Pale Magenta. HEX triplet: F2, 8B and E3. RGB value is (242,139,227). Sum of RGB (Red+Green+Blue) = 242+139+227=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BE3 is #0D741C. Grayscale: #B3B3B3. Windows color (decimal): -881693 or 14912498. OLE color: 14912498.

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

Color convert

RGB242139227-
CMYK00.430.060.05
HSL308.74º79.84%74.71%-
HSV(B)308.74º42.56%94.9%-
XYZ59.7242.8977.8-
YUV179.83154.62172.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 139 (54.69% from 255) = 22.86%
BLUE value IS 227 (89.06% from 255) = 37.34%
R=39.80%
G=22.86%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213922700.430.060.05308.7479.8474.71
HexF28BE302B65135504b
Octal36221334305365465120113
Binary111100101000101111100011010101111010110011010110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BE3; }

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

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

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

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

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

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

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

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