#F287E8

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

Shades of Pale Magenta #F287E8

Tints of Pale Magenta #F287E8

Color information

#F287E8 (or 0xF287E8) is unknown color: approx Pale Magenta. HEX triplet: F2, 87 and E8. RGB value is (242,135,232). Sum of RGB (Red+Green+Blue) = 242+135+232=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F287E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F287E8 is #0D7817. Grayscale: #B1B1B1. Windows color (decimal): -882712 or 15239154. OLE color: 15239154.

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

Color convert

RGB242135232-
CMYK00.440.040.05
HSL305.61º80.45%73.92%-
HSV(B)305.61º44.21%94.9%-
XYZ59.8542.0381.3-
YUV178.05158.45173.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 135 (53.12% from 255) = 22.17%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=39.74%
G=22.17%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213523200.440.040.05305.6180.4573.92
HexF287E802C45132504a
Octal36220735005445462120112
Binary111100101000011111101000010110010010110011001010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F287E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F287E8; }

 p { color: rgb(242,135,232); }

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

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

 a { background-color: rgb(242,135,232); }

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

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

 span { border-color: rgb(242,135,232); }

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