#F18488

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

Shades of Carissma #F18488

Tints of Carissma #F18488

Color information

#F18488 (or 0xF18488) is unknown color: approx Carissma. HEX triplet: F1, 84 and 88. RGB value is (241,132,136). Sum of RGB (Red+Green+Blue) = 241+132+136=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F18488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18488 is #0E7B77. Grayscale: #A5A5A5. Windows color (decimal): -949112 or 8946929. OLE color: 8946929.

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

Color convert

RGB241132136-
CMYK00.450.440.05
HSL357.8º79.56%73.14%-
HSV(B)357.8º45.23%94.51%-
XYZ48.9736.9827.85-
YUV165.05111.61182.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.35%
GREEN value IS 132 (51.95% from 255) = 25.93%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=47.35%
G=25.93%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113213600.450.440.05357.879.5673.14
HexF1848802D2C51665049
Octal361204210055545546120111
Binary111100011000010010001000010110110110010110110011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18488; }

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

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

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

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

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

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

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

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