#F1829C

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

Shades of Carissma #F1829C

Tints of Carissma #F1829C

Color information

#F1829C (or 0xF1829C) is unknown color: approx Carissma. HEX triplet: F1, 82 and 9C. RGB value is (241,130,156). Sum of RGB (Red+Green+Blue) = 241+130+156=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1829C is #0E7D63. Grayscale: #A6A6A6. Windows color (decimal): -949604 or 10257137. OLE color: 10257137.

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

Color convert

RGB241130156-
CMYK00.460.350.05
HSL345.95º79.86%72.75%-
HSV(B)345.95º46.06%94.51%-
XYZ50.2637.0735.96-
YUV166.15122.27181.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=45.73%
G=24.67%
B=29.60%

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
Decimal24113015600.460.350.05345.9579.8672.75
HexF1829C02E23515a5049
Octal361202234056435532120111
Binary111100011000001010011100010111010001110110101101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1829C; }

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

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

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

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

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

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

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

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