#F26C95

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

Shades of Deep Blush #F26C95

Tints of Deep Blush #F26C95

Color information

#F26C95 (or 0xF26C95) is unknown color: approx Deep Blush. HEX triplet: F2, 6C and 95. RGB value is (242,108,149). Sum of RGB (Red+Green+Blue) = 242+108+149=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C95 is #0D936A. Grayscale: #989898. Windows color (decimal): -889707 or 9792754. OLE color: 9792754.

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

Color convert

RGB242108149-
CMYK00.550.380.05
HSL341.64º83.75%68.63%-
HSV(B)341.64º55.37%94.9%-
XYZ47.4131.7732.07-
YUV152.74125.89191.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=48.50%
G=21.64%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210814900.550.380.05341.6483.7568.63
HexF26C950372651565445
Octal362154225067465526124105
Binary11110010110110010010101011011110011010110101011010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26C95; }

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

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

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

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

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

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

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

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