#f282e5

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

Shades of Pale Magenta #F282E5

Tints of Pale Magenta #F282E5

Color information

#F282E5 (or 0xF282E5) is unknown color: approx Pale Magenta. HEX triplet: F2, 82 and E5. RGB value is (242,130,229). Sum of RGB (Red+Green+Blue) = 242+130+229=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F282E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282E5 is #0D7D1A. Grayscale: #AEAEAE. Windows color (decimal): -883995 or 15041266. OLE color: 15041266.

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

Color convert

RGB242130229-
CMYK00.460.050.05
HSL306.96º81.16%72.94%-
HSV(B)306.96º46.28%94.9%-
XYZ58.7440.578.85-
YUV174.77158.61175.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 229 (89.84% from 255) = 38.10%
R=40.27%
G=21.63%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213022900.460.050.05306.9681.1672.94
HexF282E502E551335149
Octal36220234505655463121111
Binary111100101000001011100101010111010110110011001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f282e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f282e5; }

 p { color: rgb(242,130,229); }

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

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

 a { background-color: rgb(242,130,229); }

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

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

 span { border-color: rgb(242,130,229); }

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