Html Css Color HEX #F9748B Deep Blush

📋 copy color: '#F9748B'

red 249 ◦ green 116 ◦ blue 139

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

Shades of Deep Blush #F9748B

Tints of Deep Blush #F9748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.58%

R = 49.4%
G = 23.02%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9748B (or 0xF9748B) is known color: Deep Blush. HEX triplet: F9, 74 and 8B. RGB value is (249,116,139). Sum of RGB (Red+Green+Blue) = 249+116+139=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9748B is #068B74. Grayscale: #9E9E9E. Windows color (decimal): -428917 or 9139449. OLE color: 9139449.

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

Color convert

RGB 249 116 139 -
CMYK 0 0.53 0.44 0.02
HSL 349.62º 0.92% 0.72% -
HSV(B) 349.62º 0.53% 0.98% -
XYZ 49.97 34.49 28.45 -
YUV 158.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 249 116 139 0 0.53 0.44 0.02 349.62 0.92 0.72
Hex F9 74 8B 0 35 2C 2 15E 5C 48
Octal 371 164 213 0 65 54 2 536 134 110
Binary 11111001 1110100 10001011 0 110101 101100 10 101011110 1011100 1001000

Color Harmonies of #F9748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9748B

Black with #F9748B

Text Example


Text Example

White with #F9748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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