#F1818E

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

Shades of Carissma #F1818E

Tints of Carissma #F1818E

Color information

#F1818E (or 0xF1818E) is unknown color: approx Carissma. HEX triplet: F1, 81 and 8E. RGB value is (241,129,142). Sum of RGB (Red+Green+Blue) = 241+129+142=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1818E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1818E is #0E7E71. Grayscale: #A4A4A4. Windows color (decimal): -949874 or 9339377. OLE color: 9339377.

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

Color convert

RGB241129142-
CMYK00.460.410.05
HSL353.04º80%72.55%-
HSV(B)353.04º46.47%94.51%-
XYZ49.0136.3530.03-
YUV163.97115.61182.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=47.07%
G=25.20%
B=27.73%

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
Decimal24112914200.460.410.05353.048072.55
HexF1818E02E2951615049
Octal361201216056515541120111
Binary111100011000000110001110010111010100110110110000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1818E; }

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

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

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

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

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

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

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

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