#F97092

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

Shades of Deep Blush #F97092

Tints of Deep Blush #F97092

Color information

#F97092 (or 0xF97092) is unknown color: approx Deep Blush. HEX triplet: F9, 70 and 92. RGB value is (249,112,146). Sum of RGB (Red+Green+Blue) = 249+112+146=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F97092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97092 is #068F6D. Grayscale: #9C9C9C. Windows color (decimal): -429934 or 9597177. OLE color: 9597177.

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

Color convert

RGB249112146-
CMYK00.550.410.02
HSL345.11º91.95%70.78%-
HSV(B)345.11º55.02%97.65%-
XYZ50.0533.831.08-
YUV156.84121.89193.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.11%
GREEN value IS 112 (44.14% from 255) = 22.09%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=49.11%
G=22.09%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911214600.550.410.02345.1191.9570.78
HexF970920372921595c47
Octal371160222067512531134107
Binary1111100111100001001001001101111010011010101100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97092; }

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

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

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

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

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

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

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

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