Html Css Color HEX #F99496 Wewak

📋 copy color: '#F99496'

red 249 ◦ green 148 ◦ blue 150

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

Shades of Wewak #F99496

Tints of Wewak #F99496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.06%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 45.52%
G = 27.06%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F99496 (or 0xF99496) is known color: Wewak. HEX triplet: F9, 94 and 96. RGB value is (249,148,150). Sum of RGB (Red+Green+Blue) = 249+148+150=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F99496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99496 is #066B69. Grayscale: #B2B2B2. Windows color (decimal): -420714 or 9868537. OLE color: 9868537.

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

Color convert

RGB 249 148 150 -
CMYK 0 0.41 0.40 0.02
HSL 358.81º 0.89% 0.78% -
HSV(B) 358.81º 0.41% 0.98% -
XYZ 55.16 43.52 34.35 -
YUV 178.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 249 148 150 0 0.41 0.40 0.02 358.81 0.89 0.78
Hex F9 94 96 0 29 28 2 167 59 4E
Octal 371 224 226 0 51 50 2 547 131 116
Binary 11111001 10010100 10010110 0 101001 101000 10 101100111 1011001 1001110

Color Harmonies of #F99496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99496

Black with #F99496

Text Example


Text Example

White with #F99496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99496; }

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

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

background-color css

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

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

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

border-color css

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

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

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