Html Css Color HEX #F9748E Deep Blush

📋 copy color: '#F9748E'

red 249 ◦ green 116 ◦ blue 142

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

Shades of Deep Blush #F9748E

Tints of Deep Blush #F9748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.88%

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

R = 49.11%
G = 22.88%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9748E (or 0xF9748E) is known color: Deep Blush. HEX triplet: F9, 74 and 8E. RGB value is (249,116,142). Sum of RGB (Red+Green+Blue) = 249+116+142=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9748E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9748E is #068B71. Grayscale: #9E9E9E. Windows color (decimal): -428914 or 9336057. OLE color: 9336057.

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

Color convert

RGB 249 116 142 -
CMYK 0 0.53 0.43 0.02
HSL 348.27º 0.92% 0.72% -
HSV(B) 348.27º 0.53% 0.98% -
XYZ 50.19 34.58 29.62 -
YUV 158.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 249 116 142 0 0.53 0.43 0.02 348.27 0.92 0.72
Hex F9 74 8E 0 35 2B 2 15C 5C 48
Octal 371 164 216 0 65 53 2 534 134 110
Binary 11111001 1110100 10001110 0 110101 101011 10 101011100 1011100 1001000

Color Harmonies of #F9748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9748E

Black with #F9748E

Text Example


Text Example

White with #F9748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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