#F26790

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

Shades of Deep Blush #F26790

Tints of Deep Blush #F26790

Color information

#F26790 (or 0xF26790) is unknown color: approx Deep Blush. HEX triplet: F2, 67 and 90. RGB value is (242,103,144). Sum of RGB (Red+Green+Blue) = 242+103+144=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F26790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26790 is #0D986F. Grayscale: #959595. Windows color (decimal): -890992 or 9463794. OLE color: 9463794.

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

Color convert

RGB242103144-
CMYK00.570.400.05
HSL342.3º84.24%67.65%-
HSV(B)342.3º57.44%94.9%-
XYZ46.530.5929.84-
YUV149.24125.05194.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.49%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=49.49%
G=21.06%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210314400.570.400.05342.384.2467.65
HexF267900392851565444
Octal362147220071505526124104
Binary11110010110011110010000011100110100010110101011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26790; }

 p { color: rgb(242,103,144); }

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

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

 a { background-color: rgb(242,103,144); }

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

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

 span { border-color: rgb(242,103,144); }

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