Html Css Color HEX #F9959B Wewak

📋 copy color: '#F9959B'

red 249 ◦ green 149 ◦ blue 155

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

Shades of Wewak #F9959B

Tints of Wewak #F9959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.94%

 BLUE value IS 155 (60.94% from 255) = 28.03%

R = 45.03%
G = 26.94%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9959B (or 0xF9959B) is known color: Wewak. HEX triplet: F9, 95 and 9B. RGB value is (249,149,155). Sum of RGB (Red+Green+Blue) = 249+149+155=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F9959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9959B is #066A64. Grayscale: #B3B3B3. Windows color (decimal): -420453 or 10196473. OLE color: 10196473.

HSL color Cylindrical-coordinate representation of color #F9959B: hue angle of 356.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9959B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 155 -
CMYK 0 0.40 0.38 0.02
HSL 356.4º 0.89% 0.78% -
HSV(B) 356.4º 0.4% 0.98% -
XYZ 55.73 44 36.57 -
YUV 179.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 249 149 155 0 0.40 0.38 0.02 356.4 0.89 0.78
Hex F9 95 9B 0 28 26 2 164 59 4E
Octal 371 225 233 0 50 46 2 544 131 116
Binary 11111001 10010101 10011011 0 101000 100110 10 101100100 1011001 1001110

Color Harmonies of #F9959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9959B

Black with #F9959B

Text Example


Text Example

White with #F9959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9959B; }

 p { color: rgb(249,149,155); }

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

background-color css

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

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

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

border-color css

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

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

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