#F2728B

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

Shades of Deep Blush #F2728B

Tints of Deep Blush #F2728B

Color information

#F2728B (or 0xF2728B) is unknown color: approx Deep Blush. HEX triplet: F2, 72 and 8B. RGB value is (242,114,139). Sum of RGB (Red+Green+Blue) = 242+114+139=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2728B is #0D8D74. Grayscale: #9B9B9B. Windows color (decimal): -888181 or 9138930. OLE color: 9138930.

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

Color convert

RGB242114139-
CMYK00.530.430.05
HSL348.28º83.12%69.8%-
HSV(B)348.28º52.89%94.9%-
XYZ47.332.7828.26-
YUV155.12118.91189.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=48.89%
G=23.03%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211413900.530.430.05348.2883.1269.8
HexF2728B0352B515c5346
Octal362162213065535534123106
Binary11110010111001010001011011010110101110110101110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2728B; }

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

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

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

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

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

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

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

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