#F281E0

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

Shades of Pale Magenta #F281E0

Tints of Pale Magenta #F281E0

Color information

#F281E0 (or 0xF281E0) is unknown color: approx Pale Magenta. HEX triplet: F2, 81 and E0. RGB value is (242,129,224). Sum of RGB (Red+Green+Blue) = 242+129+224=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F281E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281E0 is #0D7E1F. Grayscale: #ADADAD. Windows color (decimal): -884256 or 14713330. OLE color: 14713330.

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

Color convert

RGB242129224-
CMYK00.470.070.05
HSL309.56º81.29%72.75%-
HSV(B)309.56º46.69%94.9%-
XYZ57.9239.9675.18-
YUV173.62156.44176.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 129 (50.78% from 255) = 21.68%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=40.67%
G=21.68%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212922400.470.070.05309.5681.2972.75
HexF281E002F751365149
Octal36220134005775466121111
Binary111100101000000111100000010111111110110011011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F281E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F281E0; }

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

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

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

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

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

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

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

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