#F1819A

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

Shades of Carissma #F1819A

Tints of Carissma #F1819A

Color information

#F1819A (or 0xF1819A) is unknown color: approx Carissma. HEX triplet: F1, 81 and 9A. RGB value is (241,129,154). Sum of RGB (Red+Green+Blue) = 241+129+154=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1819A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1819A is #0E7E65. Grayscale: #A5A5A5. Windows color (decimal): -949862 or 10125809. OLE color: 10125809.

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

Color convert

RGB241129154-
CMYK00.460.360.05
HSL346.61º80%72.55%-
HSV(B)346.61º46.47%94.51%-
XYZ49.9636.7335.03-
YUV165.34121.61181.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=45.99%
G=24.62%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112915400.460.360.05346.618072.55
HexF1819A02E24515b5049
Octal361201232056445533120111
Binary111100011000000110011010010111010010010110101101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1819A; }

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

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

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

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

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

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

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

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