#F58286

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

Shades of Carissma #F58286

Tints of Carissma #F58286

Color information

#F58286 (or 0xF58286) is unknown color: approx Carissma. HEX triplet: F5, 82 and 86. RGB value is (245,130,134). Sum of RGB (Red+Green+Blue) = 245+130+134=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F58286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58286 is #0A7D79. Grayscale: #A4A4A4. Windows color (decimal): -687482 or 8815349. OLE color: 8815349.

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

Color convert

RGB245130134-
CMYK00.470.450.04
HSL357.91º85.19%73.53%-
HSV(B)357.91º46.94%96.08%-
XYZ49.9437.127.08-
YUV164.84110.6185.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.13%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=48.13%
G=25.54%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513013400.470.450.04357.9185.1973.53
HexF5828602F2D4166554a
Octal365202206057554546125112
Binary111101011000001010000110010111110110110010110011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58286; }

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

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

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

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

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

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

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

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