#F1859B

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

Shades of Carissma #F1859B

Tints of Carissma #F1859B

Color information

#F1859B (or 0xF1859B) is unknown color: approx Carissma. HEX triplet: F1, 85 and 9B. RGB value is (241,133,155). Sum of RGB (Red+Green+Blue) = 241+133+155=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1859B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1859B is #0E7A64. Grayscale: #A7A7A7. Windows color (decimal): -948837 or 10192369. OLE color: 10192369.

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

Color convert

RGB241133155-
CMYK00.450.360.05
HSL347.78º79.41%73.33%-
HSV(B)347.78º44.81%94.51%-
XYZ50.5837.8435.65-
YUV167.8120.78180.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=45.56%
G=25.14%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113315500.450.360.05347.7879.4173.33
HexF1859B02D24515c4f49
Octal361205233055445534117111
Binary111100011000010110011011010110110010010110101110010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1859B; }

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

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

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

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

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

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

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

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