#F58192

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

Shades of Carissma #F58192

Tints of Carissma #F58192

Color information

#F58192 (or 0xF58192) is unknown color: approx Carissma. HEX triplet: F5, 81 and 92. RGB value is (245,129,146). Sum of RGB (Red+Green+Blue) = 245+129+146=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F58192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58192 is #0A7E6D. Grayscale: #A5A5A5. Windows color (decimal): -687726 or 9601525. OLE color: 9601525.

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

Color convert

RGB245129146-
CMYK00.470.400.04
HSL351.21º85.29%73.33%-
HSV(B)351.21º47.35%96.08%-
XYZ50.6937.1931.7-
YUV165.62116.93184.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=47.12%
G=24.81%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512914600.470.400.04351.2185.2973.33
HexF5819202F28415f5549
Octal365201222057504537125111
Binary111101011000000110010010010111110100010010101111110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58192; }

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

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

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

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

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

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

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

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