#F26F8D

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

Shades of Deep Blush #F26F8D

Tints of Deep Blush #F26F8D

Color information

#F26F8D (or 0xF26F8D) is unknown color: approx Deep Blush. HEX triplet: F2, 6F and 8D. RGB value is (242,111,141). Sum of RGB (Red+Green+Blue) = 242+111+141=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26F8D is #0D9072. Grayscale: #999999. Windows color (decimal): -888947 or 9269234. OLE color: 9269234.

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

Color convert

RGB242111141-
CMYK00.540.420.05
HSL346.26º83.44%69.22%-
HSV(B)346.26º54.13%94.9%-
XYZ47.1132.1728.93-
YUV153.59120.9191.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=48.99%
G=22.47%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211114100.540.420.05346.2683.4469.22
HexF26F8D0362A515a5345
Octal362157215066525532123105
Binary11110010110111110001101011011010101010110101101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26F8D; }

 p { color: rgb(242,111,141); }

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

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

 a { background-color: rgb(242,111,141); }

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

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

 span { border-color: rgb(242,111,141); }

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