#F37196

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

Shades of Deep Blush #F37196

Tints of Deep Blush #F37196

Color information

#F37196 (or 0xF37196) is unknown color: approx Deep Blush. HEX triplet: F3, 71 and 96. RGB value is (243,113,150). Sum of RGB (Red+Green+Blue) = 243+113+150=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F37196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37196 is #0C8E69. Grayscale: #9C9C9C. Windows color (decimal): -822890 or 9859571. OLE color: 9859571.

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

Color convert

RGB243113150-
CMYK00.530.380.05
HSL342.92º84.42%69.8%-
HSV(B)342.92º53.5%95.29%-
XYZ48.3733.0732.69-
YUV156.09124.57189.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=48.02%
G=22.33%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311315000.530.380.05342.9284.4269.8
HexF371960352651575446
Octal363161226065465527124106
Binary11110011111000110010110011010110011010110101011110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37196; }

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

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

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

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

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

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

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

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