#F969E5

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

Shades of Pale Magenta #F969E5

Tints of Pale Magenta #F969E5

Color information

#F969E5 (or 0xF969E5) is unknown color: approx Pale Magenta. HEX triplet: F9, 69 and E5. RGB value is (249,105,229). Sum of RGB (Red+Green+Blue) = 249+105+229=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F969E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969E5 is #06961A. Grayscale: #A1A1A1. Windows color (decimal): -431643 or 15034873. OLE color: 15034873.

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

Color convert

RGB249105229-
CMYK00.580.080.02
HSL308.33º92.31%69.41%-
HSV(B)308.33º57.83%97.65%-
XYZ58.2635.977.99-
YUV162.19165.71189.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.71%
GREEN value IS 105 (41.41% from 255) = 18.01%
BLUE value IS 229 (89.84% from 255) = 39.28%
R=42.71%
G=18.01%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910522900.580.080.02308.3392.3169.41
HexF969E503A821345c45
Octal371151345072102464134105
Binary11111001110100111100101011101010001010011010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F969E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F969E5; }

 p { color: rgb(249,105,229); }

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

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

 a { background-color: rgb(249,105,229); }

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

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

 span { border-color: rgb(249,105,229); }

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