Html Css Color HEX #F9728E Deep Blush

📋 copy color: '#F9728E'

red 249 ◦ green 114 ◦ blue 142

#F9728E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #F9728E

Tints of Deep Blush #F9728E

RGB

 RED value IS 249 (97.66% from 255) = 49.31%

 GREEN value IS 114 (44.92% from 255) = 22.57%

 BLUE value IS 142 (55.86% from 255) = 28.12%

R = 49.31%
G = 22.57%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9728E (or 0xF9728E) is known color: Deep Blush. HEX triplet: F9, 72 and 8E. RGB value is (249,114,142). Sum of RGB (Red+Green+Blue) = 249+114+142=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9728E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9728E is #068D71. Grayscale: #9D9D9D. Windows color (decimal): -429426 or 9335545. OLE color: 9335545.

HSL color Cylindrical-coordinate representation of color #F9728E: hue angle of 347.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9728E is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 114 142 -
CMYK 0 0.54 0.43 0.02
HSL 347.56º 0.92% 0.71% -
HSV(B) 347.56º 0.54% 0.98% -
XYZ 49.97 34.13 29.54 -
YUV 157.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 249 114 142 0 0.54 0.43 0.02 347.56 0.92 0.71
Hex F9 72 8E 0 36 2B 2 15C 5C 47
Octal 371 162 216 0 66 53 2 534 134 107
Binary 11111001 1110010 10001110 0 110110 101011 10 101011100 1011100 1000111

Color Harmonies of #F9728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9728E

Black with #F9728E

Text Example


Text Example

White with #F9728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9728E; }

 p { color: rgb(249,114,142); }

 H1.HeaderClassName
 {
   color: #F9728E;
 }
 .AnyTagClassName
 {
   color: #F9728E;
 }
</style>

background-color css

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

 a { background-color: rgb(249,114,142); }

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

border-color css

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

 span { border-color: rgb(249,114,142); }

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