#F969E2

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

Shades of Pale Magenta #F969E2

Tints of Pale Magenta #F969E2

Color information

#F969E2 (or 0xF969E2) is unknown color: approx Pale Magenta. HEX triplet: F9, 69 and E2. RGB value is (249,105,226). Sum of RGB (Red+Green+Blue) = 249+105+226=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F969E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969E2 is #06961D. Grayscale: #A1A1A1. Windows color (decimal): -431646 or 14838265. OLE color: 14838265.

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

Color convert

RGB249105226-
CMYK00.580.090.02
HSL309.58º92.31%69.41%-
HSV(B)309.58º57.83%97.65%-
XYZ57.8535.7375.8-
YUV161.85164.21190.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.93%
GREEN value IS 105 (41.41% from 255) = 18.10%
BLUE value IS 226 (88.67% from 255) = 38.97%
R=42.93%
G=18.10%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910522600.580.090.02309.5892.3169.41
HexF969E203A921365c45
Octal371151342072112466134105
Binary11111001110100111100010011101010011010011011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F969E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F969E2; }

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

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

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

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

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

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

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

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