#F2A494

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

Shades of Rose Bud #F2A494

Tints of Rose Bud #F2A494

Color information

#F2A494 (or 0xF2A494) is unknown color: approx Rose Bud. HEX triplet: F2, A4 and 94. RGB value is (242,164,148). Sum of RGB (Red+Green+Blue) = 242+164+148=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A494 is #0D5B6B. Grayscale: #B9B9B9. Windows color (decimal): -875372 or 9741554. OLE color: 9741554.

HSL color Cylindrical-coordinate representation of color #F2A494: hue angle of 10.21º degrees, saturation: 0.78, 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 #F2A494 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB242164148-
CMYK00.320.390.05
HSL10.21º78.33%76.47%-
HSV(B)10.21º38.84%94.9%-
XYZ55.2447.5734.29-
YUV185.5106.84168.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=43.68%
G=29.60%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216414800.320.390.0510.2178.3376.47
HexF2A494020275a4e4c
Octal36224422404047512116114
Binary1111001010100100100101000100000100111101101010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A494; }

 p { color: rgb(242,164,148); }

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

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

 a { background-color: rgb(242,164,148); }

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

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

 span { border-color: rgb(242,164,148); }

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