#F0738B

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

Shades of Deep Blush #F0738B

Tints of Deep Blush #F0738B

Color information

#F0738B (or 0xF0738B) is unknown color: approx Deep Blush. HEX triplet: F0, 73 and 8B. RGB value is (240,115,139). Sum of RGB (Red+Green+Blue) = 240+115+139=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0738B is #0F8C74. Grayscale: #9B9B9B. Windows color (decimal): -1018997 or 9139184. OLE color: 9139184.

HSL color Cylindrical-coordinate representation of color #F0738B: hue angle of 348.48º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0738B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240115139-
CMYK00.520.420.06
HSL348.48º80.65%69.61%-
HSV(B)348.48º52.08%94.12%-
XYZ46.7332.6528.27-
YUV155.11118.91188.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.58%
GREEN value IS 115 (45.31% from 255) = 23.28%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=48.58%
G=23.28%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011513900.520.420.06348.4880.6569.61
HexF0738B0342A615c5146
Octal360163213064526534121106
Binary11110000111001110001011011010010101011010101110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0738B; }

 p { color: rgb(240,115,139); }

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

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

 a { background-color: rgb(240,115,139); }

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

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

 span { border-color: rgb(240,115,139); }

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