Html Css Color HEX #F9728D Deep Blush

📋 copy color: '#F9728D'

red 249 ◦ green 114 ◦ blue 141

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

Shades of Deep Blush #F9728D

Tints of Deep Blush #F9728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 49.4%
G = 22.62%
B = 27.98%

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

#F9728D (or 0xF9728D) is known color: Deep Blush. HEX triplet: F9, 72 and 8D. RGB value is (249,114,141). Sum of RGB (Red+Green+Blue) = 249+114+141=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9728D is #068D72. Grayscale: #9D9D9D. Windows color (decimal): -429427 or 9270009. OLE color: 9270009.

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

Color convert

RGB 249 114 141 -
CMYK 0 0.54 0.43 0.02
HSL 348º 0.92% 0.71% -
HSV(B) 348º 0.54% 0.98% -
XYZ 49.89 34.1 29.15 -
YUV 157.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 249 114 141 0 0.54 0.43 0.02 348 0.92 0.71
Hex F9 72 8D 0 36 2B 2 15C 5C 47
Octal 371 162 215 0 66 53 2 534 134 107
Binary 11111001 1110010 10001101 0 110110 101011 10 101011100 1011100 1000111

Color Harmonies of #F9728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9728D

Black with #F9728D

Text Example


Text Example

White with #F9728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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