#F26F93

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

Shades of Deep Blush #F26F93

Tints of Deep Blush #F26F93

Color information

#F26F93 (or 0xF26F93) is unknown color: approx Deep Blush. HEX triplet: F2, 6F and 93. RGB value is (242,111,147). Sum of RGB (Red+Green+Blue) = 242+111+147=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26F93 is #0D906C. Grayscale: #9A9A9A. Windows color (decimal): -888941 or 9662450. OLE color: 9662450.

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

Color convert

RGB242111147-
CMYK00.540.390.05
HSL343.51º83.44%69.22%-
HSV(B)343.51º54.13%94.9%-
XYZ47.5732.3531.34-
YUV154.27123.9190.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.4%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=48.4%
G=22.2%
B=29.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211114700.540.390.05343.5183.4469.22
HexF26F930362751585345
Octal362157223066475530123105
Binary11110010110111110010011011011010011110110101100010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26F93; }

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

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

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

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

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

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

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

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