#F18185

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

Shades of Carissma #F18185

Tints of Carissma #F18185

Color information

#F18185 (or 0xF18185) is unknown color: approx Carissma. HEX triplet: F1, 81 and 85. RGB value is (241,129,133). Sum of RGB (Red+Green+Blue) = 241+129+133=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F18185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18185 is #0E7E7A. Grayscale: #A3A3A3. Windows color (decimal): -949883 or 8749553. OLE color: 8749553.

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

Color convert

RGB241129133-
CMYK00.460.450.05
HSL357.86º80%72.55%-
HSV(B)357.86º46.47%94.51%-
XYZ48.3636.0926.61-
YUV162.94111.11183.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=47.91%
G=25.65%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112913300.460.450.05357.868072.55
HexF1818502E2D51665049
Octal361201205056555546120111
Binary111100011000000110000101010111010110110110110011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18185; }

 p { color: rgb(241,129,133); }

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

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

 a { background-color: rgb(241,129,133); }

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

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

 span { border-color: rgb(241,129,133); }

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