#F1808E

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

Shades of Carissma #F1808E

Tints of Carissma #F1808E

Color information

#F1808E (or 0xF1808E) is unknown color: approx Carissma. HEX triplet: F1, 80 and 8E. RGB value is (241,128,142). Sum of RGB (Red+Green+Blue) = 241+128+142=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1808E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1808E is #0E7F71. Grayscale: #A3A3A3. Windows color (decimal): -950130 or 9339121. OLE color: 9339121.

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

Color convert

RGB241128142-
CMYK00.470.410.05
HSL352.57º80.14%72.35%-
HSV(B)352.57º46.89%94.51%-
XYZ48.8836.0929.98-
YUV163.38115.94183.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=47.16%
G=25.05%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112814200.470.410.05352.5780.1472.35
HexF1808E02F2951615048
Octal361200216057515541120110
Binary111100011000000010001110010111110100110110110000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1808E; }

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

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

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

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

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

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

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

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