#F1818F

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

Shades of Carissma #F1818F

Tints of Carissma #F1818F

Color information

#F1818F (or 0xF1818F) is unknown color: approx Carissma. HEX triplet: F1, 81 and 8F. RGB value is (241,129,143). Sum of RGB (Red+Green+Blue) = 241+129+143=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1818F is #0E7E70. Grayscale: #A4A4A4. Windows color (decimal): -949873 or 9404913. OLE color: 9404913.

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

Color convert

RGB241129143-
CMYK00.460.410.05
HSL352.5º80%72.55%-
HSV(B)352.5º46.47%94.51%-
XYZ49.0836.3830.42-
YUV164.08116.11182.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=46.98%
G=25.15%
B=27.88%

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
Decimal24112914300.460.410.05352.58072.55
HexF1818F02E2951605049
Octal361201217056515540120111
Binary111100011000000110001111010111010100110110110000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1818F; }

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

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

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

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

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

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

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

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