#F26D95

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

Shades of Deep Blush #F26D95

Tints of Deep Blush #F26D95

Color information

#F26D95 (or 0xF26D95) is unknown color: approx Deep Blush. HEX triplet: F2, 6D and 95. RGB value is (242,109,149). Sum of RGB (Red+Green+Blue) = 242+109+149=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26D95 is #0D926A. Grayscale: #999999. Windows color (decimal): -889451 or 9793010. OLE color: 9793010.

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

Color convert

RGB242109149-
CMYK00.550.380.05
HSL341.95º83.65%68.82%-
HSV(B)341.95º54.96%94.9%-
XYZ47.5131.9832.1-
YUV153.33125.56191.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.4%
GREEN value IS 109 (42.97% from 255) = 21.8%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=48.4%
G=21.8%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210914900.550.380.05341.9583.6568.82
HexF26D950372651565445
Octal362155225067465526124105
Binary11110010110110110010101011011110011010110101011010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26D95; }

 p { color: rgb(242,109,149); }

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

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

 a { background-color: rgb(242,109,149); }

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

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

 span { border-color: rgb(242,109,149); }

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