#F9708F

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

Shades of Deep Blush #F9708F

Tints of Deep Blush #F9708F

Color information

#F9708F (or 0xF9708F) is unknown color: approx Deep Blush. HEX triplet: F9, 70 and 8F. RGB value is (249,112,143). Sum of RGB (Red+Green+Blue) = 249+112+143=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9708F is #068F70. Grayscale: #9C9C9C. Windows color (decimal): -429937 or 9400569. OLE color: 9400569.

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

Color convert

RGB249112143-
CMYK00.550.430.02
HSL346.42º91.95%70.78%-
HSV(B)346.42º55.02%97.65%-
XYZ49.8233.7129.87-
YUV156.5120.39193.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.40%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=49.40%
G=22.22%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911214300.550.430.02346.4291.9570.78
HexF9708F0372B215a5c47
Octal371160217067532532134107
Binary1111100111100001000111101101111010111010101101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9708F; }

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

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

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

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

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

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

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

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