#F296EA

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

Shades of Pale Magenta #F296EA

Tints of Pale Magenta #F296EA

Color information

#F296EA (or 0xF296EA) is unknown color: approx Pale Magenta. HEX triplet: F2, 96 and EA. RGB value is (242,150,234). Sum of RGB (Red+Green+Blue) = 242+150+234=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F296EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296EA is #0D6915. Grayscale: #BABABA. Windows color (decimal): -878870 or 15374066. OLE color: 15374066.

HSL color Cylindrical-coordinate representation of color #F296EA: hue angle of 305.22º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296EA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242150234-
CMYK00.380.030.05
HSL305.22º77.97%76.86%-
HSV(B)305.22º38.02%94.9%-
XYZ62.3846.6383.55-
YUV187.08154.48167.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 150 (58.98% from 255) = 23.96%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=38.66%
G=23.96%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215023400.380.030.05305.2277.9776.86
HexF296EA026351314e4d
Octal36222635204635461116115
Binary11110010100101101110101001001101110110011000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296EA; }

 p { color: rgb(242,150,234); }

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

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

 a { background-color: rgb(242,150,234); }

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

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

 span { border-color: rgb(242,150,234); }

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