#F36F94

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

Shades of Deep Blush #F36F94

Tints of Deep Blush #F36F94

Color information

#F36F94 (or 0xF36F94) is unknown color: approx Deep Blush. HEX triplet: F3, 6F and 94. RGB value is (243,111,148). Sum of RGB (Red+Green+Blue) = 243+111+148=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36F94 is #0C906B. Grayscale: #9A9A9A. Windows color (decimal): -823404 or 9727987. OLE color: 9727987.

HSL color Cylindrical-coordinate representation of color #F36F94: hue angle of 343.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F36F94 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB243111148-
CMYK00.540.390.05
HSL343.18º84.62%69.41%-
HSV(B)343.18º54.32%95.29%-
XYZ47.9932.5631.77-
YUV154.69124.23190.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.41%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=48.41%
G=22.11%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311114800.540.390.05343.1884.6269.41
HexF36F940362751575545
Octal363157224066475527125105
Binary11110011110111110010100011011010011110110101011110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36F94; }

 p { color: rgb(243,111,148); }

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

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

 a { background-color: rgb(243,111,148); }

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

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

 span { border-color: rgb(243,111,148); }

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