#F2689A

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

Shades of Deep Blush #F2689A

Tints of Deep Blush #F2689A

Color information

#F2689A (or 0xF2689A) is unknown color: approx Deep Blush. HEX triplet: F2, 68 and 9A. RGB value is (242,104,154). Sum of RGB (Red+Green+Blue) = 242+104+154=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2689A is #0D9765. Grayscale: #969696. Windows color (decimal): -890726 or 10119410. OLE color: 10119410.

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

Color convert

RGB242104154-
CMYK00.570.360.05
HSL338.26º84.15%67.84%-
HSV(B)338.26º57.02%94.9%-
XYZ47.431.1134.08-
YUV150.96129.72192.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.4%
GREEN value IS 104 (41.02% from 255) = 20.8%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=48.4%
G=20.8%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210415400.570.360.05338.2684.1567.84
HexF2689A0392451525444
Octal362150232071445522124104
Binary11110010110100010011010011100110010010110101001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2689A; }

 p { color: rgb(242,104,154); }

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

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

 a { background-color: rgb(242,104,154); }

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

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

 span { border-color: rgb(242,104,154); }

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