#F96CDC

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

Shades of Pale Magenta #F96CDC

Tints of Pale Magenta #F96CDC

Color information

#F96CDC (or 0xF96CDC) is unknown color: approx Pale Magenta. HEX triplet: F9, 6C and DC. RGB value is (249,108,220). Sum of RGB (Red+Green+Blue) = 249+108+220=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 108 (42.58% from 255 or 18.72% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CDC is #069323. Grayscale: #A2A2A2. Windows color (decimal): -430884 or 14445817. OLE color: 14445817.

HSL color Cylindrical-coordinate representation of color #F96CDC: hue angle of 312.34º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96CDC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249108220-
CMYK00.570.120.02
HSL312.34º92.16%70%-
HSV(B)312.34º56.63%97.65%-
XYZ57.3536.0371.64-
YUV162.93160.21189.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 108 (42.58% from 255) = 18.72%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=43.15%
G=18.72%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910822000.570.120.02312.3492.1670
HexF96CDC039C21385c46
Octal371154334071142470134106
Binary11111001110110011011100011100111001010011100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96CDC; }

 p { color: rgb(249,108,220); }

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

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

 a { background-color: rgb(249,108,220); }

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

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

 span { border-color: rgb(249,108,220); }

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