#F9748B

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

Shades of Deep Blush #F9748B

Tints of Deep Blush #F9748B

Color information

#F9748B (or 0xF9748B) is unknown color: approx Deep Blush. HEX triplet: F9, 74 and 8B. RGB value is (249,116,139). Sum of RGB (Red+Green+Blue) = 249+116+139=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9748B is #068B74. Grayscale: #9E9E9E. Windows color (decimal): -428917 or 9139449. OLE color: 9139449.

HSL color Cylindrical-coordinate representation of color #F9748B: hue angle of 349.62º 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 #F9748B is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249116139-
CMYK00.530.440.02
HSL349.62º91.72%71.57%-
HSV(B)349.62º53.41%97.65%-
XYZ49.9734.4928.45-
YUV158.39117.06192.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.40%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=49.40%
G=23.02%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911613900.530.440.02349.6291.7271.57
HexF9748B0352C215e5c48
Octal371164213065542536134110
Binary1111100111101001000101101101011011001010101111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9748B; }

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

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

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

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

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

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

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

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