Html Css Color HEX #F9768B Deep Blush

📋 copy color: '#F9768B'

red 249 ◦ green 118 ◦ blue 139

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

Shades of Deep Blush #F9768B

Tints of Deep Blush #F9768B

RGB

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

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

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

R = 49.21%
G = 23.32%
B = 27.47%

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

#F9768B (or 0xF9768B) is known color: Deep Blush. HEX triplet: F9, 76 and 8B. RGB value is (249,118,139). Sum of RGB (Red+Green+Blue) = 249+118+139=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9768B is #068974. Grayscale: #9F9F9F. Windows color (decimal): -428405 or 9139961. OLE color: 9139961.

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

Color convert

RGB 249 118 139 -
CMYK 0 0.53 0.44 0.02
HSL 350.38º 0.92% 0.72% -
HSV(B) 350.38º 0.53% 0.98% -
XYZ 50.21 34.96 28.53 -
YUV 159.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 249 118 139 0 0.53 0.44 0.02 350.38 0.92 0.72
Hex F9 76 8B 0 35 2C 2 15E 5C 48
Octal 371 166 213 0 65 54 2 536 134 110
Binary 11111001 1110110 10001011 0 110101 101100 10 101011110 1011100 1001000

Color Harmonies of #F9768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9768B

Black with #F9768B

Text Example


Text Example

White with #F9768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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