#F26C88

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

Shades of Deep Blush #F26C88

Tints of Deep Blush #F26C88

Color information

#F26C88 (or 0xF26C88) is unknown color: approx Deep Blush. HEX triplet: F2, 6C and 88. RGB value is (242,108,136). Sum of RGB (Red+Green+Blue) = 242+108+136=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C88 is #0D9377. Grayscale: #979797. Windows color (decimal): -889720 or 8940786. OLE color: 8940786.

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

Color convert

RGB242108136-
CMYK00.550.440.05
HSL347.46º83.75%68.63%-
HSV(B)347.46º55.37%94.9%-
XYZ46.4231.3826.9-
YUV151.26119.39192.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=49.79%
G=22.22%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210813600.550.440.05347.4683.7568.63
HexF26C880372C515b5445
Octal362154210067545533124105
Binary11110010110110010001000011011110110010110101101110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26C88; }

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

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

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

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

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

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

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

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