#F281E6

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

Shades of Pale Magenta #F281E6

Tints of Pale Magenta #F281E6

Color information

#F281E6 (or 0xF281E6) is unknown color: approx Pale Magenta. HEX triplet: F2, 81 and E6. RGB value is (242,129,230). Sum of RGB (Red+Green+Blue) = 242+129+230=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F281E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F281E6 is #0D7E19. Grayscale: #AEAEAE. Windows color (decimal): -884250 or 15106546. OLE color: 15106546.

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

Color convert

RGB242129230-
CMYK00.470.050.05
HSL306.37º81.29%72.75%-
HSV(B)306.37º46.69%94.9%-
XYZ58.7540.2979.54-
YUV174.3159.44176.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 129 (50.78% from 255) = 21.46%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=40.27%
G=21.46%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212923000.470.050.05306.3781.2972.75
HexF281E602F551325149
Octal36220134605755462121111
Binary111100101000000111100110010111110110110011001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F281E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F281E6; }

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

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

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

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

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

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

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

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