#F1848C

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

Shades of Carissma #F1848C

Tints of Carissma #F1848C

Color information

#F1848C (or 0xF1848C) is unknown color: approx Carissma. HEX triplet: F1, 84 and 8C. RGB value is (241,132,140). Sum of RGB (Red+Green+Blue) = 241+132+140=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1848C is #0E7B73. Grayscale: #A5A5A5. Windows color (decimal): -949108 or 9209073. OLE color: 9209073.

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

Color convert

RGB241132140-
CMYK00.450.420.05
HSL355.6º79.56%73.14%-
HSV(B)355.6º45.23%94.51%-
XYZ49.2637.129.38-
YUV165.5113.61181.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=46.98%
G=25.73%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113214000.450.420.05355.679.5673.14
HexF1848C02D2A51645049
Octal361204214055525544120111
Binary111100011000010010001100010110110101010110110010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1848C; }

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

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

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

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

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

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

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

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