Html Css Color HEX #F9969A Wewak

📋 copy color: '#F9969A'

red 249 ◦ green 150 ◦ blue 154

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

Shades of Wewak #F9969A

Tints of Wewak #F9969A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.85%

R = 45.03%
G = 27.12%
B = 27.85%

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

#F9969A (or 0xF9969A) is known color: Wewak. HEX triplet: F9, 96 and 9A. RGB value is (249,150,154). Sum of RGB (Red+Green+Blue) = 249+150+154=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F9969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9969A is #066965. Grayscale: #B4B4B4. Windows color (decimal): -420198 or 10131193. OLE color: 10131193.

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

Color convert

RGB 249 150 154 -
CMYK 0 0.40 0.38 0.02
HSL 357.58º 0.89% 0.78% -
HSV(B) 357.58º 0.4% 0.98% -
XYZ 55.81 44.29 36.18 -
YUV 180.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 249 150 154 0 0.40 0.38 0.02 357.58 0.89 0.78
Hex F9 96 9A 0 28 26 2 166 59 4E
Octal 371 226 232 0 50 46 2 546 131 116
Binary 11111001 10010110 10011010 0 101000 100110 10 101100110 1011001 1001110

Color Harmonies of #F9969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9969A

Black with #F9969A

Text Example


Text Example

White with #F9969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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