#F18099

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

Shades of Carissma #F18099

Tints of Carissma #F18099

Color information

#F18099 (or 0xF18099) is unknown color: approx Carissma. HEX triplet: F1, 80 and 99. RGB value is (241,128,153). Sum of RGB (Red+Green+Blue) = 241+128+153=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F18099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18099 is #0E7F66. Grayscale: #A4A4A4. Windows color (decimal): -950119 or 10060017. OLE color: 10060017.

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

Color convert

RGB241128153-
CMYK00.470.370.05
HSL346.73º80.14%72.35%-
HSV(B)346.73º46.89%94.51%-
XYZ49.7436.4434.55-
YUV164.64121.44182.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.17%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=46.17%
G=24.52%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112815300.470.370.05346.7380.1472.35
HexF1809902F25515b5048
Octal361200231057455533120110
Binary111100011000000010011001010111110010110110101101110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18099; }

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

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

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

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

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

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

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

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