#F1849D

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

Shades of Carissma #F1849D

Tints of Carissma #F1849D

Color information

#F1849D (or 0xF1849D) is unknown color: approx Carissma. HEX triplet: F1, 84 and 9D. RGB value is (241,132,157). Sum of RGB (Red+Green+Blue) = 241+132+157=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1849D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1849D is #0E7B62. Grayscale: #A7A7A7. Windows color (decimal): -949091 or 10323185. OLE color: 10323185.

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

Color convert

RGB241132157-
CMYK00.450.350.05
HSL346.24º79.56%73.14%-
HSV(B)346.24º45.23%94.51%-
XYZ50.6137.6436.5-
YUV167.44122.11180.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=45.47%
G=24.91%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113215700.450.350.05346.2479.5673.14
HexF1849D02D23515a5049
Octal361204235055435532120111
Binary111100011000010010011101010110110001110110101101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1849D; }

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

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

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

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

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

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

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

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