Html Css Color HEX #F99296 Wewak

📋 copy color: '#F99296'

red 249 ◦ green 146 ◦ blue 150

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

Shades of Wewak #F99296

Tints of Wewak #F99296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.79%

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

R = 45.69%
G = 26.79%
B = 27.52%

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

#F99296 (or 0xF99296) is known color: Wewak. HEX triplet: F9, 92 and 96. RGB value is (249,146,150). Sum of RGB (Red+Green+Blue) = 249+146+150=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F99296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99296 is #066D69. Grayscale: #B1B1B1. Windows color (decimal): -421226 or 9868025. OLE color: 9868025.

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

Color convert

RGB 249 146 150 -
CMYK 0 0.41 0.40 0.02
HSL 357.67º 0.9% 0.77% -
HSV(B) 357.67º 0.41% 0.98% -
XYZ 54.85 42.9 34.24 -
YUV 177.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 249 146 150 0 0.41 0.40 0.02 357.67 0.9 0.77
Hex F9 92 96 0 29 28 2 166 5A 4D
Octal 371 222 226 0 51 50 2 546 132 115
Binary 11111001 10010010 10010110 0 101001 101000 10 101100110 1011010 1001101

Color Harmonies of #F99296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99296

Black with #F99296

Text Example


Text Example

White with #F99296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99296; }

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

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

background-color css

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

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

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

border-color css

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

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

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