#F18491

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

Shades of Carissma #F18491

Tints of Carissma #F18491

Color information

#F18491 (or 0xF18491) is unknown color: approx Carissma. HEX triplet: F1, 84 and 91. RGB value is (241,132,145). Sum of RGB (Red+Green+Blue) = 241+132+145=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F18491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18491 is #0E7B6E. Grayscale: #A6A6A6. Windows color (decimal): -949103 or 9536753. OLE color: 9536753.

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

Color convert

RGB241132145-
CMYK00.450.400.05
HSL352.84º79.56%73.14%-
HSV(B)352.84º45.23%94.51%-
XYZ49.6437.2531.36-
YUV166.07116.11181.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 145 (57.03% from 255) = 27.99%
R=46.53%
G=25.48%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113214500.450.400.05352.8479.5673.14
HexF1849102D2851615049
Octal361204221055505541120111
Binary111100011000010010010001010110110100010110110000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18491; }

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

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

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

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

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

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

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

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