#F285E0

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

Shades of Pale Magenta #F285E0

Tints of Pale Magenta #F285E0

Color information

#F285E0 (or 0xF285E0) is unknown color: approx Pale Magenta. HEX triplet: F2, 85 and E0. RGB value is (242,133,224). Sum of RGB (Red+Green+Blue) = 242+133+224=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F285E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285E0 is #0D7A1F. Grayscale: #AFAFAF. Windows color (decimal): -883232 or 14714354. OLE color: 14714354.

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

Color convert

RGB242133224-
CMYK00.450.070.05
HSL309.91º80.74%73.53%-
HSV(B)309.91º45.04%94.9%-
XYZ58.4641.0375.36-
YUV175.96155.11175.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 133 (52.34% from 255) = 22.20%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=40.40%
G=22.20%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213322400.450.070.05309.9180.7473.53
HexF285E002D75136514a
Octal36220534005575466121112
Binary111100101000010111100000010110111110110011011010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285E0; }

 p { color: rgb(242,133,224); }

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

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

 a { background-color: rgb(242,133,224); }

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

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

 span { border-color: rgb(242,133,224); }

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