#F26D8C

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

Shades of Deep Blush #F26D8C

Tints of Deep Blush #F26D8C

Color information

#F26D8C (or 0xF26D8C) is unknown color: approx Deep Blush. HEX triplet: F2, 6D and 8C. RGB value is (242,109,140). Sum of RGB (Red+Green+Blue) = 242+109+140=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26D8C is #0D9273. Grayscale: #989898. Windows color (decimal): -889460 or 9203186. OLE color: 9203186.

HSL color Cylindrical-coordinate representation of color #F26D8C: hue angle of 346.02º 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 #F26D8C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB242109140-
CMYK00.550.420.05
HSL346.02º83.65%68.82%-
HSV(B)346.02º54.96%94.9%-
XYZ46.8231.7128.46-
YUV152.3121.06191.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=49.29%
G=22.20%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210914000.550.420.05346.0283.6568.82
HexF26D8C0372A515a5445
Octal362155214067525532124105
Binary11110010110110110001100011011110101010110101101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26D8C; }

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

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

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

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

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

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

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

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