#F28BE4

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

Shades of Pale Magenta #F28BE4

Tints of Pale Magenta #F28BE4

Color information

#F28BE4 (or 0xF28BE4) is unknown color: approx Pale Magenta. HEX triplet: F2, 8B and E4. RGB value is (242,139,228). Sum of RGB (Red+Green+Blue) = 242+139+228=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 139 (54.69% from 255 or 22.82% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BE4 is #0D741B. Grayscale: #B3B3B3. Windows color (decimal): -881692 or 14978034. OLE color: 14978034.

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

Color convert

RGB242139228-
CMYK00.430.060.05
HSL308.16º79.84%74.71%-
HSV(B)308.16º42.56%94.9%-
XYZ59.8542.9478.53-
YUV179.94155.12172.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 139 (54.69% from 255) = 22.82%
BLUE value IS 228 (89.45% from 255) = 37.44%
R=39.74%
G=22.82%
B=37.44%

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
Decimal24213922800.430.060.05308.1679.8474.71
HexF28BE402B65134504b
Octal36221334405365464120113
Binary111100101000101111100100010101111010110011010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BE4; }

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

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

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

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

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

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

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

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