#F18395

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

Shades of Carissma #F18395

Tints of Carissma #F18395

Color information

#F18395 (or 0xF18395) is unknown color: approx Carissma. HEX triplet: F1, 83 and 95. RGB value is (241,131,149). Sum of RGB (Red+Green+Blue) = 241+131+149=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F18395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18395 is #0E7C6A. Grayscale: #A5A5A5. Windows color (decimal): -949355 or 9798641. OLE color: 9798641.

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

Color convert

RGB241131149-
CMYK00.460.380.05
HSL350.18º79.71%72.94%-
HSV(B)350.18º45.64%94.51%-
XYZ49.8237.132.97-
YUV165.94118.44181.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=46.26%
G=25.14%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113114900.460.380.05350.1879.7172.94
HexF1839502E26515e5049
Octal361203225056465536120111
Binary111100011000001110010101010111010011010110101111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18395; }

 p { color: rgb(241,131,149); }

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

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

 a { background-color: rgb(241,131,149); }

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

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

 span { border-color: rgb(241,131,149); }

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