#F26395

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

Shades of Deep Blush #F26395

Tints of Deep Blush #F26395

Color information

#F26395 (or 0xF26395) is unknown color: approx Deep Blush. HEX triplet: F2, 63 and 95. RGB value is (242,99,149). Sum of RGB (Red+Green+Blue) = 242+99+149=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F26395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26395 is #0D9C6A. Grayscale: #939393. Windows color (decimal): -892011 or 9790450. OLE color: 9790450.

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

Color convert

RGB24299149-
CMYK00.590.380.05
HSL339.02º84.62%66.86%-
HSV(B)339.02º59.09%94.9%-
XYZ46.529.9731.77-
YUV147.46128.88195.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.39%
GREEN value IS 99 (39.06% from 255) = 20.20%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=49.39%
G=20.20%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429914900.590.380.05339.0284.6266.86
HexF2639503B2651535543
Octal362143225073465523125103
Binary11110010110001110010101011101110011010110101001110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26395; }

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

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

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

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

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

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

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

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