#F1859D

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

Shades of Carissma #F1859D

Tints of Carissma #F1859D

Color information

#F1859D (or 0xF1859D) is unknown color: approx Carissma. HEX triplet: F1, 85 and 9D. RGB value is (241,133,157). Sum of RGB (Red+Green+Blue) = 241+133+157=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1859D is #0E7A62. Grayscale: #A8A8A8. Windows color (decimal): -948835 or 10323441. OLE color: 10323441.

HSL color Cylindrical-coordinate representation of color #F1859D: hue angle of 346.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1859D is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241133157-
CMYK00.450.350.05
HSL346.67º79.41%73.33%-
HSV(B)346.67º44.81%94.51%-
XYZ50.7537.9136.54-
YUV168.03121.78180.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=45.39%
G=25.05%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113315700.450.350.05346.6779.4173.33
HexF1859D02D23515b4f49
Octal361205235055435533117111
Binary111100011000010110011101010110110001110110101101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1859D; }

 p { color: rgb(241,133,157); }

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

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

 a { background-color: rgb(241,133,157); }

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

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

 span { border-color: rgb(241,133,157); }

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