#F97193

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

Shades of Deep Blush #F97193

Tints of Deep Blush #F97193

Color information

#F97193 (or 0xF97193) is unknown color: approx Deep Blush. HEX triplet: F9, 71 and 93. RGB value is (249,113,147). Sum of RGB (Red+Green+Blue) = 249+113+147=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F97193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97193 is #068E6C. Grayscale: #9D9D9D. Windows color (decimal): -429677 or 9662969. OLE color: 9662969.

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

Color convert

RGB249113147-
CMYK00.550.410.02
HSL345º91.89%70.98%-
HSV(B)345º54.62%97.65%-
XYZ50.2434.0631.53-
YUV157.54122.06193.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 147 (57.81% from 255) = 28.88%
R=48.92%
G=22.20%
B=28.88%

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
Decimal24911314700.550.410.0234591.8970.98
HexF971930372921595c47
Octal371161223067512531134107
Binary1111100111100011001001101101111010011010101100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97193; }

 p { color: rgb(249,113,147); }

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

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

 a { background-color: rgb(249,113,147); }

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

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

 span { border-color: rgb(249,113,147); }

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