#F968E4

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

Shades of Pale Magenta #F968E4

Tints of Pale Magenta #F968E4

Color information

#F968E4 (or 0xF968E4) is unknown color: approx Pale Magenta. HEX triplet: F9, 68 and E4. RGB value is (249,104,228). Sum of RGB (Red+Green+Blue) = 249+104+228=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F968E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968E4 is #06971B. Grayscale: #A1A1A1. Windows color (decimal): -431900 or 14969081. OLE color: 14969081.

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

Color convert

RGB249104228-
CMYK00.580.080.02
HSL308.69º92.36%69.22%-
HSV(B)308.69º58.23%97.65%-
XYZ58.0235.6477.22-
YUV161.49165.54190.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 104 (41.02% from 255) = 17.90%
BLUE value IS 228 (89.45% from 255) = 39.24%
R=42.86%
G=17.90%
B=39.24%

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
Decimal24910422800.580.080.02308.6992.3669.22
HexF968E403A821355c45
Octal371150344072102465134105
Binary11111001110100011100100011101010001010011010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F968E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F968E4; }

 p { color: rgb(249,104,228); }

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

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

 a { background-color: rgb(249,104,228); }

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

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

 span { border-color: rgb(249,104,228); }

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