#F0859D

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

Shades of Carissma #F0859D

Tints of Carissma #F0859D

Color information

#F0859D (or 0xF0859D) is unknown color: approx Carissma. HEX triplet: F0, 85 and 9D. RGB value is (240,133,157). Sum of RGB (Red+Green+Blue) = 240+133+157=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0859D is #0F7A62. Grayscale: #A7A7A7. Windows color (decimal): -1014371 or 10323440. OLE color: 10323440.

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

Color convert

RGB240133157-
CMYK00.450.350.06
HSL346.54º78.1%73.14%-
HSV(B)346.54º44.58%94.12%-
XYZ50.4137.7336.52-
YUV167.73121.95179.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.28%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=45.28%
G=25.09%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013315700.450.350.06346.5478.173.14
HexF0859D02D23615b4e49
Octal360205235055436533116111
Binary111100001000010110011101010110110001111010101101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0859D; }

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

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

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

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

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

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

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

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