#F28BE2

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

Shades of Pale Magenta #F28BE2

Tints of Pale Magenta #F28BE2

Color information

#F28BE2 (or 0xF28BE2) is unknown color: approx Pale Magenta. HEX triplet: F2, 8B and E2. RGB value is (242,139,226). Sum of RGB (Red+Green+Blue) = 242+139+226=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BE2 is #0D741D. Grayscale: #B3B3B3. Windows color (decimal): -881694 or 14846962. OLE color: 14846962.

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

Color convert

RGB242139226-
CMYK00.430.070.05
HSL309.32º79.84%74.71%-
HSV(B)309.32º42.56%94.9%-
XYZ59.5842.8377.08-
YUV179.72154.12172.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 139 (54.69% from 255) = 22.90%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=39.87%
G=22.90%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213922600.430.070.05309.3279.8474.71
HexF28BE202B75135504b
Octal36221334205375465120113
Binary111100101000101111100010010101111110110011010110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BE2; }

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

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

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

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

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

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

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

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