#F18187

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

Shades of Carissma #F18187

Tints of Carissma #F18187

Color information

#F18187 (or 0xF18187) is unknown color: approx Carissma. HEX triplet: F1, 81 and 87. RGB value is (241,129,135). Sum of RGB (Red+Green+Blue) = 241+129+135=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F18187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18187 is #0E7E78. Grayscale: #A3A3A3. Windows color (decimal): -949881 or 8880625. OLE color: 8880625.

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

Color convert

RGB241129135-
CMYK00.460.440.05
HSL356.79º80%72.55%-
HSV(B)356.79º46.47%94.51%-
XYZ48.536.1527.34-
YUV163.17112.11183.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=47.72%
G=25.54%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112913500.460.440.05356.798072.55
HexF1818702E2C51655049
Octal361201207056545545120111
Binary111100011000000110000111010111010110010110110010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18187; }

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

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

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

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

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

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

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

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