#F58188

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

Shades of Carissma #F58188

Tints of Carissma #F58188

Color information

#F58188 (or 0xF58188) is unknown color: approx Carissma. HEX triplet: F5, 81 and 88. RGB value is (245,129,136). Sum of RGB (Red+Green+Blue) = 245+129+136=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F58188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58188 is #0A7E77. Grayscale: #A4A4A4. Windows color (decimal): -687736 or 8946165. OLE color: 8946165.

HSL color Cylindrical-coordinate representation of color #F58188: hue angle of 356.38º 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 #F58188 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB245129136-
CMYK00.470.440.04
HSL356.38º85.29%73.33%-
HSV(B)356.38º47.35%96.08%-
XYZ49.9536.8927.78-
YUV164.48111.93185.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.04%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=48.04%
G=25.29%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512913600.470.440.04356.3885.2973.33
HexF5818802F2C41645549
Octal365201210057544544125111
Binary111101011000000110001000010111110110010010110010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58188; }

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

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

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

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

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

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

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

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