#F2AF90

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

Shades of Mandys Pink #F2AF90

Tints of Mandys Pink #F2AF90

Color information

#F2AF90 (or 0xF2AF90) is unknown color: approx Mandys Pink. HEX triplet: F2, AF and 90. RGB value is (242,175,144). Sum of RGB (Red+Green+Blue) = 242+175+144=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF90 is #0D506F. Grayscale: #BFBFBF. Windows color (decimal): -872560 or 9482226. OLE color: 9482226.

HSL color Cylindrical-coordinate representation of color #F2AF90: hue angle of 18.98º 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 #F2AF90 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242175144-
CMYK00.280.400.05
HSL18.98º79.03%75.69%-
HSV(B)18.98º40.5%94.9%-
XYZ56.9851.5533.33-
YUV191.5101.2164.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 144 (56.64% from 255) = 25.67%
R=43.14%
G=31.19%
B=25.67%

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
Decimal24217514400.280.400.0518.9879.0375.69
HexF2AF9001C285134f4c
Octal36225722003450523117114
Binary1111001010101111100100000111001010001011001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AF90; }

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

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

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

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

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

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

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

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