#F58194

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

Shades of Carissma #F58194

Tints of Carissma #F58194

Color information

#F58194 (or 0xF58194) is unknown color: approx Carissma. HEX triplet: F5, 81 and 94. RGB value is (245,129,148). Sum of RGB (Red+Green+Blue) = 245+129+148=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F58194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58194 is #0A7E6B. Grayscale: #A5A5A5. Windows color (decimal): -687724 or 9732597. OLE color: 9732597.

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

Color convert

RGB245129148-
CMYK00.470.400.04
HSL350.17º85.29%73.33%-
HSV(B)350.17º47.35%96.08%-
XYZ50.8537.2532.53-
YUV165.85117.93184.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.93%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=46.93%
G=24.71%
B=28.35%

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
Decimal24512914800.470.400.04350.1785.2973.33
HexF5819402F28415e5549
Octal365201224057504536125111
Binary111101011000000110010100010111110100010010101111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58194; }

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

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

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

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

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

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

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

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