#F1838E

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

Shades of Carissma #F1838E

Tints of Carissma #F1838E

Color information

#F1838E (or 0xF1838E) is unknown color: approx Carissma. HEX triplet: F1, 83 and 8E. RGB value is (241,131,142). Sum of RGB (Red+Green+Blue) = 241+131+142=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1838E is #0E7C71. Grayscale: #A5A5A5. Windows color (decimal): -949362 or 9339889. OLE color: 9339889.

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

Color convert

RGB241131142-
CMYK00.460.410.05
HSL354º79.71%72.94%-
HSV(B)354º45.64%94.51%-
XYZ49.2736.8930.11-
YUV165.14114.94182.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=46.89%
G=25.49%
B=27.63%

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
Decimal24113114200.460.410.0535479.7172.94
HexF1838E02E2951625049
Octal361203216056515542120111
Binary111100011000001110001110010111010100110110110001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1838E; }

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

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

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

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

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

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

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

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