Html Css Color HEX #F9969E Wewak

📋 copy color: '#F9969E'

red 249 ◦ green 150 ◦ blue 158

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

Shades of Wewak #F9969E

Tints of Wewak #F9969E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.37%

R = 44.7%
G = 26.93%
B = 28.37%

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

#F9969E (or 0xF9969E) is known color: Wewak. HEX triplet: F9, 96 and 9E. RGB value is (249,150,158). Sum of RGB (Red+Green+Blue) = 249+150+158=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9969E is #066961. Grayscale: #B4B4B4. Windows color (decimal): -420194 or 10393337. OLE color: 10393337.

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

Color convert

RGB 249 150 158 -
CMYK 0 0.40 0.37 0.02
HSL 355.15º 0.89% 0.78% -
HSV(B) 355.15º 0.4% 0.98% -
XYZ 56.14 44.42 37.96 -
YUV 180.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 249 150 158 0 0.40 0.37 0.02 355.15 0.89 0.78
Hex F9 96 9E 0 28 25 2 163 59 4E
Octal 371 226 236 0 50 45 2 543 131 116
Binary 11111001 10010110 10011110 0 101000 100101 10 101100011 1011001 1001110

Color Harmonies of #F9969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9969E

Black with #F9969E

Text Example


Text Example

White with #F9969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9969E; }

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

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

background-color css

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

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

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

border-color css

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

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

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