#F1848D

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

Shades of Carissma #F1848D

Tints of Carissma #F1848D

Color information

#F1848D (or 0xF1848D) is unknown color: approx Carissma. HEX triplet: F1, 84 and 8D. RGB value is (241,132,141). Sum of RGB (Red+Green+Blue) = 241+132+141=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1848D is #0E7B72. Grayscale: #A5A5A5. Windows color (decimal): -949107 or 9274609. OLE color: 9274609.

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

Color convert

RGB241132141-
CMYK00.450.410.05
HSL355.05º79.56%73.14%-
HSV(B)355.05º45.23%94.51%-
XYZ49.3337.1329.77-
YUV165.62114.11181.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=46.89%
G=25.68%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113214100.450.410.05355.0579.5673.14
HexF1848D02D2951635049
Octal361204215055515543120111
Binary111100011000010010001101010110110100110110110001110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1848D; }

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

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

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

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

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

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

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

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