#F18195

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

Shades of Carissma #F18195

Tints of Carissma #F18195

Color information

#F18195 (or 0xF18195) is unknown color: approx Carissma. HEX triplet: F1, 81 and 95. RGB value is (241,129,149). Sum of RGB (Red+Green+Blue) = 241+129+149=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F18195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18195 is #0E7E6A. Grayscale: #A4A4A4. Windows color (decimal): -949867 or 9798129. OLE color: 9798129.

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

Color convert

RGB241129149-
CMYK00.460.380.05
HSL349.29º80%72.55%-
HSV(B)349.29º46.47%94.51%-
XYZ49.5536.5732.88-
YUV164.77119.11182.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=46.44%
G=24.86%
B=28.71%

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
Decimal24112914900.460.380.05349.298072.55
HexF1819502E26515d5049
Octal361201225056465535120111
Binary111100011000000110010101010111010011010110101110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18195; }

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

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

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

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

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

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

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

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