#F18088

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

Shades of Carissma #F18088

Tints of Carissma #F18088

Color information

#F18088 (or 0xF18088) is unknown color: approx Carissma. HEX triplet: F1, 80 and 88. RGB value is (241,128,136). Sum of RGB (Red+Green+Blue) = 241+128+136=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F18088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18088 is #0E7F77. Grayscale: #A2A2A2. Windows color (decimal): -950136 or 8945905. OLE color: 8945905.

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

Color convert

RGB241128136-
CMYK00.470.440.05
HSL355.75º80.14%72.35%-
HSV(B)355.75º46.89%94.51%-
XYZ48.4435.9227.67-
YUV162.7112.94183.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=47.72%
G=25.35%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112813600.470.440.05355.7580.1472.35
HexF1808802F2C51645048
Octal361200210057545544120110
Binary111100011000000010001000010111110110010110110010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18088; }

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

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

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

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

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

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

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

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