#F2B592

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

Shades of Mandys Pink #F2B592

Tints of Mandys Pink #F2B592

Color information

#F2B592 (or 0xF2B592) is unknown color: approx Mandys Pink. HEX triplet: F2, B5 and 92. RGB value is (242,181,146). Sum of RGB (Red+Green+Blue) = 242+181+146=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B592 is #0D4A6D. Grayscale: #C3C3C3. Windows color (decimal): -871022 or 9614834. OLE color: 9614834.

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

Color convert

RGB242181146-
CMYK00.250.400.05
HSL21.88º78.69%76.08%-
HSV(B)21.88º39.67%94.9%-
XYZ58.335434.54-
YUV195.25100.21161.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 181 (71.09% from 255) = 31.81%
BLUE value IS 146 (57.42% from 255) = 25.66%
R=42.53%
G=31.81%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218114600.250.400.0521.8878.6976.08
HexF2B592019285164f4c
Octal36226522203150526117114
Binary1111001010110101100100100110011010001011011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B592; }

 p { color: rgb(242,181,146); }

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

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

 a { background-color: rgb(242,181,146); }

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

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

 span { border-color: rgb(242,181,146); }

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