#F283DC

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

Shades of Pale Magenta #F283DC

Tints of Pale Magenta #F283DC

Color information

#F283DC (or 0xF283DC) is unknown color: approx Pale Magenta. HEX triplet: F2, 83 and DC. RGB value is (242,131,220). Sum of RGB (Red+Green+Blue) = 242+131+220=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F283DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283DC is #0D7C23. Grayscale: #AEAEAE. Windows color (decimal): -883748 or 14451698. OLE color: 14451698.

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

Color convert

RGB242131220-
CMYK00.460.090.05
HSL311.89º81.02%73.14%-
HSV(B)311.89º45.87%94.9%-
XYZ57.6540.2872.45-
YUV174.34153.77176.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 131 (51.56% from 255) = 22.09%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=40.81%
G=22.09%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213122000.460.090.05311.8981.0273.14
HexF283DC02E951385149
Octal362203334056115470121111
Binary1111001010000011110111000101110100110110011100010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F283DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F283DC; }

 p { color: rgb(242,131,220); }

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

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

 a { background-color: rgb(242,131,220); }

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

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

 span { border-color: rgb(242,131,220); }

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