#F36695

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

Shades of Deep Blush #F36695

Tints of Deep Blush #F36695

Color information

#F36695 (or 0xF36695) is unknown color: approx Deep Blush. HEX triplet: F3, 66 and 95. RGB value is (243,102,149). Sum of RGB (Red+Green+Blue) = 243+102+149=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F36695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36695 is #0C996A. Grayscale: #959595. Windows color (decimal): -825707 or 9791219. OLE color: 9791219.

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

Color convert

RGB243102149-
CMYK00.580.390.05
HSL340º85.45%67.65%-
HSV(B)340º58.02%95.29%-
XYZ47.1430.7331.88-
YUV149.52127.71194.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.19%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=49.19%
G=20.65%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310214900.580.390.0534085.4567.65
HexF3669503A2751545544
Octal363146225072475524125104
Binary11110011110011010010101011101010011110110101010010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36695; }

 p { color: rgb(243,102,149); }

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

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

 a { background-color: rgb(243,102,149); }

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

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

 span { border-color: rgb(243,102,149); }

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