#F1A892

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

Shades of Rose Bud #F1A892

Tints of Rose Bud #F1A892

Color information

#F1A892 (or 0xF1A892) is unknown color: approx Rose Bud. HEX triplet: F1, A8 and 92. RGB value is (241,168,146). Sum of RGB (Red+Green+Blue) = 241+168+146=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A892 is #0E576D. Grayscale: #BBBBBB. Windows color (decimal): -939886 or 9611505. OLE color: 9611505.

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

Color convert

RGB241168146-
CMYK00.300.390.05
HSL13.89º77.24%75.88%-
HSV(B)13.89º39.42%94.51%-
XYZ55.4748.7833.69-
YUV187.32104.68166.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 146 (57.42% from 255) = 26.31%
R=43.42%
G=30.27%
B=26.31%

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
Decimal24116814600.300.390.0513.8977.2475.88
HexF1A89201E275e4d4c
Octal36125022203647516115114
Binary111100011010100010010010011110100111101111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A892; }

 p { color: rgb(241,168,146); }

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

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

 a { background-color: rgb(241,168,146); }

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

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

 span { border-color: rgb(241,168,146); }

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