Html Css Color HEX #F9959C Wewak

📋 copy color: '#F9959C'

red 249 ◦ green 149 ◦ blue 156

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

Shades of Wewak #F9959C

Tints of Wewak #F9959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.16%

R = 44.95%
G = 26.9%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9959C (or 0xF9959C) is known color: Wewak. HEX triplet: F9, 95 and 9C. RGB value is (249,149,156). Sum of RGB (Red+Green+Blue) = 249+149+156=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9959C is #066A63. Grayscale: #B3B3B3. Windows color (decimal): -420452 or 10262009. OLE color: 10262009.

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

Color convert

RGB 249 149 156 -
CMYK 0 0.40 0.37 0.02
HSL 355.8º 0.89% 0.78% -
HSV(B) 355.8º 0.4% 0.98% -
XYZ 55.82 44.03 37.01 -
YUV 179.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 249 149 156 0 0.40 0.37 0.02 355.8 0.89 0.78
Hex F9 95 9C 0 28 25 2 164 59 4E
Octal 371 225 234 0 50 45 2 544 131 116
Binary 11111001 10010101 10011100 0 101000 100101 10 101100100 1011001 1001110

Color Harmonies of #F9959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9959C

Black with #F9959C

Text Example


Text Example

White with #F9959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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