#F37493

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

Shades of Carissma #F37493

Tints of Carissma #F37493

Color information

#F37493 (or 0xF37493) is unknown color: approx Carissma. HEX triplet: F3, 74 and 93. RGB value is (243,116,147). Sum of RGB (Red+Green+Blue) = 243+116+147=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F37493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37493 is #0C8B6C. Grayscale: #9D9D9D. Windows color (decimal): -822125 or 9663731. OLE color: 9663731.

HSL color Cylindrical-coordinate representation of color #F37493: hue angle of 345.35º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F37493 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB243116147-
CMYK00.520.400.05
HSL345.35º84.11%70.39%-
HSV(B)345.35º52.26%95.29%-
XYZ48.4733.6531.54-
YUV157.51122.08188.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=48.02%
G=22.92%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311614700.520.400.05345.3584.1170.39
HexF374930342851595446
Octal363164223064505531124106
Binary11110011111010010010011011010010100010110101100110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37493; }

 p { color: rgb(243,116,147); }

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

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

 a { background-color: rgb(243,116,147); }

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

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

 span { border-color: rgb(243,116,147); }

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