#F1819C

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

Shades of Carissma #F1819C

Tints of Carissma #F1819C

Color information

#F1819C (or 0xF1819C) is unknown color: approx Carissma. HEX triplet: F1, 81 and 9C. RGB value is (241,129,156). Sum of RGB (Red+Green+Blue) = 241+129+156=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1819C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1819C is #0E7E63. Grayscale: #A5A5A5. Windows color (decimal): -949860 or 10256881. OLE color: 10256881.

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

Color convert

RGB241129156-
CMYK00.460.350.05
HSL345.54º80%72.55%-
HSV(B)345.54º46.47%94.51%-
XYZ50.1336.835.91-
YUV165.57122.61181.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 129 (50.78% from 255) = 24.52%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=45.82%
G=24.52%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112915600.460.350.05345.548072.55
HexF1819C02E23515a5049
Octal361201234056435532120111
Binary111100011000000110011100010111010001110110101101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1819C; }

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

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

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

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

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

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

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

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