#F37C96

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

Shades of Carissma #F37C96

Tints of Carissma #F37C96

Color information

#F37C96 (or 0xF37C96) is unknown color: approx Carissma. HEX triplet: F3, 7C and 96. RGB value is (243,124,150). Sum of RGB (Red+Green+Blue) = 243+124+150=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37C96 is #0C8369. Grayscale: #A2A2A2. Windows color (decimal): -820074 or 9862387. OLE color: 9862387.

HSL color Cylindrical-coordinate representation of color #F37C96: hue angle of 346.89º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37C96 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB243124150-
CMYK00.490.380.05
HSL346.89º83.22%71.96%-
HSV(B)346.89º48.97%95.29%-
XYZ49.6735.6733.12-
YUV162.54120.92185.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.00%
GREEN value IS 124 (48.83% from 255) = 23.98%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=47.00%
G=23.98%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312415000.490.380.05346.8983.2271.96
HexF37C9603126515b5348
Octal363174226061465533123110
Binary11110011111110010010110011000110011010110101101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37C96; }

 p { color: rgb(243,124,150); }

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

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

 a { background-color: rgb(243,124,150); }

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

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

 span { border-color: rgb(243,124,150); }

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