#F18089

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

Shades of Carissma #F18089

Tints of Carissma #F18089

Color information

#F18089 (or 0xF18089) is unknown color: approx Carissma. HEX triplet: F1, 80 and 89. RGB value is (241,128,137). Sum of RGB (Red+Green+Blue) = 241+128+137=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18089 is #0E7F76. Grayscale: #A2A2A2. Windows color (decimal): -950135 or 9011441. OLE color: 9011441.

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

Color convert

RGB241128137-
CMYK00.470.430.05
HSL355.22º80.14%72.35%-
HSV(B)355.22º46.89%94.51%-
XYZ48.5135.9528.05-
YUV162.81113.44183.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=47.63%
G=25.30%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112813700.470.430.05355.2280.1472.35
HexF1808902F2B51635048
Octal361200211057535543120110
Binary111100011000000010001001010111110101110110110001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18089; }

 p { color: rgb(241,128,137); }

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

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

 a { background-color: rgb(241,128,137); }

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

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

 span { border-color: rgb(241,128,137); }

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