#F26B88

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

Shades of Deep Blush #F26B88

Tints of Deep Blush #F26B88

Color information

#F26B88 (or 0xF26B88) is unknown color: approx Deep Blush. HEX triplet: F2, 6B and 88. RGB value is (242,107,136). Sum of RGB (Red+Green+Blue) = 242+107+136=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26B88 is #0D9477. Grayscale: #969696. Windows color (decimal): -889976 or 8940530. OLE color: 8940530.

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

Color convert

RGB242107136-
CMYK00.560.440.05
HSL347.11º83.85%68.43%-
HSV(B)347.11º55.79%94.9%-
XYZ46.3231.1726.87-
YUV150.67119.73193.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 107 (42.19% from 255) = 22.06%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=49.90%
G=22.06%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210713600.560.440.05347.1183.8568.43
HexF26B880382C515b5444
Octal362153210070545533124104
Binary11110010110101110001000011100010110010110101101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26B88; }

 p { color: rgb(242,107,136); }

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

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

 a { background-color: rgb(242,107,136); }

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

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

 span { border-color: rgb(242,107,136); }

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