#F1849B

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

Shades of Carissma #F1849B

Tints of Carissma #F1849B

Color information

#F1849B (or 0xF1849B) is unknown color: approx Carissma. HEX triplet: F1, 84 and 9B. RGB value is (241,132,155). Sum of RGB (Red+Green+Blue) = 241+132+155=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1849B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1849B is #0E7B64. Grayscale: #A7A7A7. Windows color (decimal): -949093 or 10192113. OLE color: 10192113.

HSL color Cylindrical-coordinate representation of color #F1849B: hue angle of 347.34º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1849B is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241132155-
CMYK00.450.360.05
HSL347.34º79.56%73.14%-
HSV(B)347.34º45.23%94.51%-
XYZ50.4437.5735.6-
YUV167.21121.11180.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.64%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=45.64%
G=25%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113215500.450.360.05347.3479.5673.14
HexF1849B02D24515b5049
Octal361204233055445533120111
Binary111100011000010010011011010110110010010110101101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1849B; }

 p { color: rgb(241,132,155); }

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

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

 a { background-color: rgb(241,132,155); }

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

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

 span { border-color: rgb(241,132,155); }

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