#F283DA

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

Shades of Pale Magenta #F283DA

Tints of Pale Magenta #F283DA

Color information

#F283DA (or 0xF283DA) is unknown color: approx Pale Magenta. HEX triplet: F2, 83 and DA. RGB value is (242,131,218). Sum of RGB (Red+Green+Blue) = 242+131+218=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F283DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283DA is #0D7C25. Grayscale: #ADADAD. Windows color (decimal): -883750 or 14320626. OLE color: 14320626.

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

Color convert

RGB242131218-
CMYK00.460.100.05
HSL312.97º81.02%73.14%-
HSV(B)312.97º45.87%94.9%-
XYZ57.3940.1771.06-
YUV174.11152.77176.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 131 (51.56% from 255) = 22.17%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=40.95%
G=22.17%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213121800.460.100.05312.9781.0273.14
HexF283DA02EA51395149
Octal362203332056125471121111
Binary1111001010000011110110100101110101010110011100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F283DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F283DA; }

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

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

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

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

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

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

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

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