#F1809C

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

Shades of Carissma #F1809C

Tints of Carissma #F1809C

Color information

#F1809C (or 0xF1809C) is unknown color: approx Carissma. HEX triplet: F1, 80 and 9C. RGB value is (241,128,156). Sum of RGB (Red+Green+Blue) = 241+128+156=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1809C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1809C is #0E7F63. Grayscale: #A4A4A4. Windows color (decimal): -950116 or 10256625. OLE color: 10256625.

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

Color convert

RGB241128156-
CMYK00.470.350.05
HSL345.13º80.14%72.35%-
HSV(B)345.13º46.89%94.51%-
XYZ5036.5435.87-
YUV164.98122.94182.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=45.90%
G=24.38%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112815600.470.350.05345.1380.1472.35
HexF1809C02F2351595048
Octal361200234057435531120110
Binary111100011000000010011100010111110001110110101100110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1809C; }

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

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

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

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

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

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

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

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