#F0858F

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

Shades of Carissma #F0858F

Tints of Carissma #F0858F

Color information

#F0858F (or 0xF0858F) is unknown color: approx Carissma. HEX triplet: F0, 85 and 8F. RGB value is (240,133,143). Sum of RGB (Red+Green+Blue) = 240+133+143=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0858F is #0F7A70. Grayscale: #A6A6A6. Windows color (decimal): -1014385 or 9405936. OLE color: 9405936.

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

Color convert

RGB240133143-
CMYK00.450.400.06
HSL354.39º78.1%73.14%-
HSV(B)354.39º44.58%94.12%-
XYZ49.2837.2830.59-
YUV166.13114.95180.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.51%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 143 (56.25% from 255) = 27.71%
R=46.51%
G=25.78%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013314300.450.400.06354.3978.173.14
HexF0858F02D2861624e49
Octal360205217055506542116111
Binary111100001000010110001111010110110100011010110001010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0858F; }

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

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

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

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

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

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

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

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