#F2AF91

Color #F2AF91 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #F2AF91

Tints of Mandys Pink #F2AF91

Color information

#F2AF91 (or 0xF2AF91) is unknown color: approx Mandys Pink. HEX triplet: F2, AF and 91. RGB value is (242,175,145). Sum of RGB (Red+Green+Blue) = 242+175+145=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF91 is #0D506E. Grayscale: #BFBFBF. Windows color (decimal): -872559 or 9547762. OLE color: 9547762.

HSL color Cylindrical-coordinate representation of color #F2AF91: hue angle of 18.56º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2AF91 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242175145-
CMYK00.280.400.05
HSL18.56º78.86%75.88%-
HSV(B)18.56º40.08%94.9%-
XYZ57.0651.5833.74-
YUV191.61101.7163.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 145 (57.03% from 255) = 25.80%
R=43.06%
G=31.14%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217514500.280.400.0518.5678.8675.88
HexF2AF9101C285134f4c
Octal36225722103450523117114
Binary1111001010101111100100010111001010001011001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AF91; }

 p { color: rgb(242,175,145); }

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

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

 a { background-color: rgb(242,175,145); }

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

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

 span { border-color: rgb(242,175,145); }

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