#F1828D

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

Shades of Carissma #F1828D

Tints of Carissma #F1828D

Color information

#F1828D (or 0xF1828D) is unknown color: approx Carissma. HEX triplet: F1, 82 and 8D. RGB value is (241,130,141). Sum of RGB (Red+Green+Blue) = 241+130+141=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1828D is #0E7D72. Grayscale: #A4A4A4. Windows color (decimal): -949619 or 9274097. OLE color: 9274097.

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

Color convert

RGB241130141-
CMYK00.460.410.05
HSL354.05º79.86%72.75%-
HSV(B)354.05º46.06%94.51%-
XYZ49.0736.5929.68-
YUV164.44114.77182.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=47.07%
G=25.39%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113014100.460.410.05354.0579.8672.75
HexF1828D02E2951625049
Octal361202215056515542120111
Binary111100011000001010001101010111010100110110110001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1828D; }

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

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

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

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

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

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

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

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