#F285E6

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

Shades of Pale Magenta #F285E6

Tints of Pale Magenta #F285E6

Color information

#F285E6 (or 0xF285E6) is unknown color: approx Pale Magenta. HEX triplet: F2, 85 and E6. RGB value is (242,133,230). Sum of RGB (Red+Green+Blue) = 242+133+230=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F285E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285E6 is #0D7A19. Grayscale: #B0B0B0. Windows color (decimal): -883226 or 15107570. OLE color: 15107570.

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

Color convert

RGB242133230-
CMYK00.450.050.05
HSL306.61º80.74%73.53%-
HSV(B)306.61º45.04%94.9%-
XYZ59.2941.3779.72-
YUV176.65158.11174.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 21.98%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=40%
G=21.98%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213323000.450.050.05306.6180.7473.53
HexF285E602D55133514a
Octal36220534605555463121112
Binary111100101000010111100110010110110110110011001110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285E6; }

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

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

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

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

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

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

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

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