Html Css Color HEX #F9969C Wewak

📋 copy color: '#F9969C'

red 249 ◦ green 150 ◦ blue 156

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

Shades of Wewak #F9969C

Tints of Wewak #F9969C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.03%

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

R = 44.86%
G = 27.03%
B = 28.11%

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

#F9969C (or 0xF9969C) is known color: Wewak. HEX triplet: F9, 96 and 9C. RGB value is (249,150,156). Sum of RGB (Red+Green+Blue) = 249+150+156=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9969C is #066963. Grayscale: #B4B4B4. Windows color (decimal): -420196 or 10262265. OLE color: 10262265.

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

Color convert

RGB 249 150 156 -
CMYK 0 0.40 0.37 0.02
HSL 356.36º 0.89% 0.78% -
HSV(B) 356.36º 0.4% 0.98% -
XYZ 55.97 44.35 37.06 -
YUV 180.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 249 150 156 0 0.40 0.37 0.02 356.36 0.89 0.78
Hex F9 96 9C 0 28 25 2 164 59 4E
Octal 371 226 234 0 50 45 2 544 131 116
Binary 11111001 10010110 10011100 0 101000 100101 10 101100100 1011001 1001110

Color Harmonies of #F9969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9969C

Black with #F9969C

Text Example


Text Example

White with #F9969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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