#F287E4

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

Shades of Pale Magenta #F287E4

Tints of Pale Magenta #F287E4

Color information

#F287E4 (or 0xF287E4) is unknown color: approx Pale Magenta. HEX triplet: F2, 87 and E4. RGB value is (242,135,228). Sum of RGB (Red+Green+Blue) = 242+135+228=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 135 (53.12% from 255 or 22.31% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F287E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287E4 is #0D781B. Grayscale: #B1B1B1. Windows color (decimal): -882716 or 14977010. OLE color: 14977010.

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

Color convert

RGB242135228-
CMYK00.440.060.05
HSL307.85º80.45%73.92%-
HSV(B)307.85º44.21%94.9%-
XYZ59.2941.8178.34-
YUV177.6156.45173.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 22.31%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=40%
G=22.31%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213522800.440.060.05307.8580.4573.92
HexF287E402C65134504a
Octal36220734405465464120112
Binary111100101000011111100100010110011010110011010010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F287E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F287E4; }

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

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

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

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

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

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

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

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