#F483DC

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

Shades of Pale Magenta #F483DC

Tints of Pale Magenta #F483DC

Color information

#F483DC (or 0xF483DC) is unknown color: approx Pale Magenta. HEX triplet: F4, 83 and DC. RGB value is (244,131,220). Sum of RGB (Red+Green+Blue) = 244+131+220=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F483DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483DC is #0B7C23. Grayscale: #AEAEAE. Windows color (decimal): -752676 or 14451700. OLE color: 14451700.

HSL color Cylindrical-coordinate representation of color #F483DC: hue angle of 312.74º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F483DC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244131220-
CMYK00.460.100.04
HSL312.74º83.7%73.53%-
HSV(B)312.74º46.31%95.69%-
XYZ58.3440.6372.48-
YUV174.93153.44177.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.01%
GREEN value IS 131 (51.56% from 255) = 22.02%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=41.01%
G=22.02%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413122000.460.100.04312.7483.773.53
HexF483DC02EA4139544a
Octal364203334056124471124112
Binary1111010010000011110111000101110101010010011100110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F483DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F483DC; }

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

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

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

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

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

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

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

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