#F58086

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

Shades of Carissma #F58086

Tints of Carissma #F58086

Color information

#F58086 (or 0xF58086) is unknown color: approx Carissma. HEX triplet: F5, 80 and 86. RGB value is (245,128,134). Sum of RGB (Red+Green+Blue) = 245+128+134=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F58086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58086 is #0A7F79. Grayscale: #A3A3A3. Windows color (decimal): -687994 or 8814837. OLE color: 8814837.

HSL color Cylindrical-coordinate representation of color #F58086: hue angle of 356.92º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58086 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245128134-
CMYK00.480.450.04
HSL356.92º85.4%73.14%-
HSV(B)356.92º47.76%96.08%-
XYZ49.6836.5727-
YUV163.67111.26186.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=48.32%
G=25.25%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512813400.480.450.04356.9285.473.14
HexF580860302D41655549
Octal365200206060554545125111
Binary111101011000000010000110011000010110110010110010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58086; }

 p { color: rgb(245,128,134); }

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

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

 a { background-color: rgb(245,128,134); }

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

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

 span { border-color: rgb(245,128,134); }

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