#F9748F

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

Shades of Deep Blush #F9748F

Tints of Deep Blush #F9748F

Color information

#F9748F (or 0xF9748F) is unknown color: approx Deep Blush. HEX triplet: F9, 74 and 8F. RGB value is (249,116,143). Sum of RGB (Red+Green+Blue) = 249+116+143=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9748F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9748F is #068B70. Grayscale: #9E9E9E. Windows color (decimal): -428913 or 9401593. OLE color: 9401593.

HSL color Cylindrical-coordinate representation of color #F9748F: hue angle of 347.82º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9748F is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249116143-
CMYK00.530.430.02
HSL347.82º91.72%71.57%-
HSV(B)347.82º53.41%97.65%-
XYZ50.2734.6130.02-
YUV158.84119.06192.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 116 (45.70% from 255) = 22.83%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=49.02%
G=22.83%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911614300.530.430.02347.8291.7271.57
HexF9748F0352B215c5c48
Octal371164217065532534134110
Binary1111100111101001000111101101011010111010101110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9748F; }

 p { color: rgb(249,116,143); }

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

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

 a { background-color: rgb(249,116,143); }

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

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

 span { border-color: rgb(249,116,143); }

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