#F26596

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

Shades of Deep Blush #F26596

Tints of Deep Blush #F26596

Color information

#F26596 (or 0xF26596) is unknown color: approx Deep Blush. HEX triplet: F2, 65 and 96. RGB value is (242,101,150). Sum of RGB (Red+Green+Blue) = 242+101+150=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F26596 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26596 is #0D9A69. Grayscale: #949494. Windows color (decimal): -891498 or 9856498. OLE color: 9856498.

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

Color convert

RGB242101150-
CMYK00.580.380.05
HSL339.15º84.43%67.25%-
HSV(B)339.15º58.26%94.9%-
XYZ46.7830.3932.25-
YUV148.74128.71194.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.09%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=49.09%
G=20.49%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210115000.580.380.05339.1584.4367.25
HexF2659603A2651535443
Octal362145226072465523124103
Binary11110010110010110010110011101010011010110101001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26596; }

 p { color: rgb(242,101,150); }

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

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

 a { background-color: rgb(242,101,150); }

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

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

 span { border-color: rgb(242,101,150); }

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