Html Css Color HEX #F9B1B1 Sundown

📋 copy color: '#F9B1B1'

red 249 ◦ green 177 ◦ blue 177

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

Shades of Sundown #F9B1B1

Tints of Sundown #F9B1B1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.35%

 BLUE value IS 177 (69.53% from 255) = 29.35%

R = 41.29%
G = 29.35%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F9B1B1 (or 0xF9B1B1) is known color: Sundown. HEX triplet: F9, B1 and B1. RGB value is (249,177,177). Sum of RGB (Red+Green+Blue) = 249+177+177=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B1B1 is #064E4E. Grayscale: #C6C6C6. Windows color (decimal): -413263 or 11645433. OLE color: 11645433.

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

Color convert

RGB 249 177 177 -
CMYK 0 0.29 0.29 0.02
HSL 0.86% 0.84% -
HSV(B) 0.29% 0.98% -
XYZ 62.72 54.76 48.86 -
YUV 198.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 249 177 177 0 0.29 0.29 0.02 0 0.86 0.84
Hex F9 B1 B1 0 1D 1D 2 0 56 54
Octal 371 261 261 0 35 35 2 0 126 124
Binary 11111001 10110001 10110001 0 11101 11101 10 0 1010110 1010100

Color Harmonies of #F9B1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1B1

Black with #F9B1B1

Text Example


Text Example

White with #F9B1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1B1; }

 p { color: rgb(249,177,177); }

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

background-color css

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

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

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

border-color css

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

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

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