#F2728C

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

Shades of Deep Blush #F2728C

Tints of Deep Blush #F2728C

Color information

#F2728C (or 0xF2728C) is unknown color: approx Deep Blush. HEX triplet: F2, 72 and 8C. RGB value is (242,114,140). Sum of RGB (Red+Green+Blue) = 242+114+140=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2728C is #0D8D73. Grayscale: #9B9B9B. Windows color (decimal): -888180 or 9204466. OLE color: 9204466.

HSL color Cylindrical-coordinate representation of color #F2728C: hue angle of 347.81º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2728C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB242114140-
CMYK00.530.420.05
HSL347.81º83.12%69.8%-
HSV(B)347.81º52.89%94.9%-
XYZ47.3732.8128.65-
YUV155.24119.41189.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=48.79%
G=22.98%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211414000.530.420.05347.8183.1269.8
HexF2728C0352A515c5346
Octal362162214065525534123106
Binary11110010111001010001100011010110101010110101110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2728C; }

 p { color: rgb(242,114,140); }

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

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

 a { background-color: rgb(242,114,140); }

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

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

 span { border-color: rgb(242,114,140); }

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