Html Css Color HEX #F9768A Deep Blush

📋 copy color: '#F9768A'

red 249 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #F9768A

Tints of Deep Blush #F9768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.37%

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 49.31%
G = 23.37%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9768A (or 0xF9768A) is known color: Deep Blush. HEX triplet: F9, 76 and 8A. RGB value is (249,118,138). Sum of RGB (Red+Green+Blue) = 249+118+138=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9768A is #068975. Grayscale: #9F9F9F. Windows color (decimal): -428406 or 9074425. OLE color: 9074425.

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

Color convert

RGB 249 118 138 -
CMYK 0 0.53 0.45 0.02
HSL 350.84º 0.92% 0.72% -
HSV(B) 350.84º 0.53% 0.98% -
XYZ 50.13 34.93 28.14 -
YUV 159.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 249 118 138 0 0.53 0.45 0.02 350.84 0.92 0.72
Hex F9 76 8A 0 35 2D 2 15F 5C 48
Octal 371 166 212 0 65 55 2 537 134 110
Binary 11111001 1110110 10001010 0 110101 101101 10 101011111 1011100 1001000

Color Harmonies of #F9768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9768A

Black with #F9768A

Text Example


Text Example

White with #F9768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9768A; }

 p { color: rgb(249,118,138); }

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

background-color css

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

 a { background-color: rgb(249,118,138); }

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

border-color css

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

 span { border-color: rgb(249,118,138); }

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