#F1848E

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

Shades of Carissma #F1848E

Tints of Carissma #F1848E

Color information

#F1848E (or 0xF1848E) is unknown color: approx Carissma. HEX triplet: F1, 84 and 8E. RGB value is (241,132,142). Sum of RGB (Red+Green+Blue) = 241+132+142=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1848E is #0E7B71. Grayscale: #A5A5A5. Windows color (decimal): -949106 or 9340145. OLE color: 9340145.

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

Color convert

RGB241132142-
CMYK00.450.410.05
HSL354.5º79.56%73.14%-
HSV(B)354.5º45.23%94.51%-
XYZ49.4137.1630.16-
YUV165.73114.61181.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=46.80%
G=25.63%
B=27.57%

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
Decimal24113214200.450.410.05354.579.5673.14
HexF1848E02D2951625049
Octal361204216055515542120111
Binary111100011000010010001110010110110100110110110001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1848E; }

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

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

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

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

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

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

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

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