#F58195

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

Shades of Carissma #F58195

Tints of Carissma #F58195

Color information

#F58195 (or 0xF58195) is unknown color: approx Carissma. HEX triplet: F5, 81 and 95. RGB value is (245,129,149). Sum of RGB (Red+Green+Blue) = 245+129+149=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F58195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58195 is #0A7E6A. Grayscale: #A6A6A6. Windows color (decimal): -687723 or 9798133. OLE color: 9798133.

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

Color convert

RGB245129149-
CMYK00.470.390.04
HSL349.66º85.29%73.33%-
HSV(B)349.66º47.35%96.08%-
XYZ50.9337.2832.95-
YUV165.96118.43184.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.85%
GREEN value IS 129 (50.78% from 255) = 24.67%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=46.85%
G=24.67%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512914900.470.390.04349.6685.2973.33
HexF5819502F27415e5549
Octal365201225057474536125111
Binary111101011000000110010101010111110011110010101111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58195; }

 p { color: rgb(245,129,149); }

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

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

 a { background-color: rgb(245,129,149); }

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

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

 span { border-color: rgb(245,129,149); }

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