#F281DA

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

Shades of Pale Magenta #F281DA

Tints of Pale Magenta #F281DA

Color information

#F281DA (or 0xF281DA) is unknown color: approx Pale Magenta. HEX triplet: F2, 81 and DA. RGB value is (242,129,218). Sum of RGB (Red+Green+Blue) = 242+129+218=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F281DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281DA is #0D7E25. Grayscale: #ACACAC. Windows color (decimal): -884262 or 14320114. OLE color: 14320114.

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

Color convert

RGB242129218-
CMYK00.470.100.05
HSL312.74º81.29%72.75%-
HSV(B)312.74º46.69%94.9%-
XYZ57.1239.6470.97-
YUV172.93153.44177.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 129 (50.78% from 255) = 21.90%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=41.09%
G=21.90%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212921800.470.100.05312.7481.2972.75
HexF281DA02FA51395149
Octal362201332057125471121111
Binary1111001010000001110110100101111101010110011100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F281DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F281DA; }

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

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

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

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

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

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

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

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