#F2A993

Color #F2A993 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F2A993

Tints of Rose Bud #F2A993

Color information

#F2A993 (or 0xF2A993) is unknown color: approx Rose Bud. HEX triplet: F2, A9 and 93. RGB value is (242,169,147). Sum of RGB (Red+Green+Blue) = 242+169+147=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A993 is #0D566C. Grayscale: #BCBCBC. Windows color (decimal): -874093 or 9677298. OLE color: 9677298.

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

Color convert

RGB242169147-
CMYK00.300.390.05
HSL13.89º78.51%76.27%-
HSV(B)13.89º39.26%94.9%-
XYZ56.0749.3634.18-
YUV188.32104.68166.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=43.37%
G=30.29%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216914700.300.390.0513.8978.5176.27
HexF2A99301E275e4f4c
Octal36225122303647516117114
Binary111100101010100110010011011110100111101111010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A993; }

 p { color: rgb(242,169,147); }

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

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

 a { background-color: rgb(242,169,147); }

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

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

 span { border-color: rgb(242,169,147); }

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