#F96ADD

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

Shades of Pale Magenta #F96ADD

Tints of Pale Magenta #F96ADD

Color information

#F96ADD (or 0xF96ADD) is unknown color: approx Pale Magenta. HEX triplet: F9, 6A and DD. RGB value is (249,106,221). Sum of RGB (Red+Green+Blue) = 249+106+221=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ADD is #069522. Grayscale: #A1A1A1. Windows color (decimal): -431395 or 14510841. OLE color: 14510841.

HSL color Cylindrical-coordinate representation of color #F96ADD: hue angle of 311.75º 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 #F96ADD is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249106221-
CMYK00.570.110.02
HSL311.75º92.26%69.61%-
HSV(B)311.75º57.43%97.65%-
XYZ57.2735.6772.27-
YUV161.87161.38190.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.23%
GREEN value IS 106 (41.80% from 255) = 18.40%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=43.23%
G=18.40%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910622100.570.110.02311.7592.2669.61
HexF96ADD039B21385c46
Octal371152335071132470134106
Binary11111001110101011011101011100110111010011100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96ADD; }

 p { color: rgb(249,106,221); }

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

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

 a { background-color: rgb(249,106,221); }

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

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

 span { border-color: rgb(249,106,221); }

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