#F1808F

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

Shades of Carissma #F1808F

Tints of Carissma #F1808F

Color information

#F1808F (or 0xF1808F) is unknown color: approx Carissma. HEX triplet: F1, 80 and 8F. RGB value is (241,128,143). Sum of RGB (Red+Green+Blue) = 241+128+143=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1808F is #0E7F70. Grayscale: #A3A3A3. Windows color (decimal): -950129 or 9404657. OLE color: 9404657.

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

Color convert

RGB241128143-
CMYK00.470.410.05
HSL352.04º80.14%72.35%-
HSV(B)352.04º46.89%94.51%-
XYZ48.9536.1230.38-
YUV163.5116.44183.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=47.07%
G=25%
B=27.93%

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
Decimal24112814300.470.410.05352.0480.1472.35
HexF1808F02F2951605048
Octal361200217057515540120110
Binary111100011000000010001111010111110100110110110000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1808F; }

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

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

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

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

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

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

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

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