#F26996

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

Shades of Deep Blush #F26996

Tints of Deep Blush #F26996

Color information

#F26996 (or 0xF26996) is unknown color: approx Deep Blush. HEX triplet: F2, 69 and 96. RGB value is (242,105,150). Sum of RGB (Red+Green+Blue) = 242+105+150=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F26996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26996 is #0D9669. Grayscale: #979797. Windows color (decimal): -890474 or 9857522. OLE color: 9857522.

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

Color convert

RGB242105150-
CMYK00.570.380.05
HSL340.29º84.05%68.04%-
HSV(B)340.29º56.61%94.9%-
XYZ47.1731.1832.39-
YUV151.09127.39192.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=48.69%
G=21.13%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210515000.570.380.05340.2984.0568.04
HexF269960392651545444
Octal362151226071465524124104
Binary11110010110100110010110011100110011010110101010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26996; }

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

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

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

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

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

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

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

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