#F96C95

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

Shades of Deep Blush #F96C95

Tints of Deep Blush #F96C95

Color information

#F96C95 (or 0xF96C95) is unknown color: approx Deep Blush. HEX triplet: F9, 6C and 95. RGB value is (249,108,149). Sum of RGB (Red+Green+Blue) = 249+108+149=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96C95 is #06936A. Grayscale: #9A9A9A. Windows color (decimal): -430955 or 9792761. OLE color: 9792761.

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

Color convert

RGB249108149-
CMYK00.570.400.02
HSL342.55º92.16%70%-
HSV(B)342.55º56.63%97.65%-
XYZ49.8533.0332.18-
YUV154.83124.71195.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.21%
GREEN value IS 108 (42.58% from 255) = 21.34%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=49.21%
G=21.34%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910814900.570.400.02342.5592.1670
HexF96C950392821575c46
Octal371154225071502527134106
Binary1111100111011001001010101110011010001010101011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96C95; }

 p { color: rgb(249,108,149); }

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

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

 a { background-color: rgb(249,108,149); }

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

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

 span { border-color: rgb(249,108,149); }

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