#F96CE1

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

Shades of Pale Magenta #F96CE1

Tints of Pale Magenta #F96CE1

Color information

#F96CE1 (or 0xF96CE1) is unknown color: approx Pale Magenta. HEX triplet: F9, 6C and E1. RGB value is (249,108,225). Sum of RGB (Red+Green+Blue) = 249+108+225=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CE1 is #06931E. Grayscale: #A3A3A3. Windows color (decimal): -430879 or 14773497. OLE color: 14773497.

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

Color convert

RGB249108225-
CMYK00.570.100.02
HSL310.21º92.16%70%-
HSV(B)310.21º56.63%97.65%-
XYZ58.0236.375.18-
YUV163.5162.71188.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.78%
GREEN value IS 108 (42.58% from 255) = 18.56%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=42.78%
G=18.56%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910822500.570.100.02310.2192.1670
HexF96CE1039A21365c46
Octal371154341071122466134106
Binary11111001110110011100001011100110101010011011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96CE1; }

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

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

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

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

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

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

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

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