#F280E0

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

Shades of Pale Magenta #F280E0

Tints of Pale Magenta #F280E0

Color information

#F280E0 (or 0xF280E0) is unknown color: approx Pale Magenta. HEX triplet: F2, 80 and E0. RGB value is (242,128,224). Sum of RGB (Red+Green+Blue) = 242+128+224=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F280E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280E0 is #0D7F1F. Grayscale: #ACACAC. Windows color (decimal): -884512 or 14713074. OLE color: 14713074.

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

Color convert

RGB242128224-
CMYK00.470.070.05
HSL309.47º81.43%72.55%-
HSV(B)309.47º47.11%94.9%-
XYZ57.7939.775.14-
YUV173.03156.77177.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 128 (50.39% from 255) = 21.55%
BLUE value IS 224 (87.89% from 255) = 37.71%
R=40.74%
G=21.55%
B=37.71%

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
Decimal24212822400.470.070.05309.4781.4372.55
HexF280E002F751355149
Octal36220034005775465121111
Binary111100101000000011100000010111111110110011010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F280E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F280E0; }

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

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

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

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

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

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

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

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