Html Css Color HEX #F99495 Wewak

📋 copy color: '#F99495'

red 249 ◦ green 148 ◦ blue 149

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

Shades of Wewak #F99495

Tints of Wewak #F99495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 45.6%
G = 27.11%
B = 27.29%

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

#F99495 (or 0xF99495) is known color: Wewak. HEX triplet: F9, 94 and 95. RGB value is (249,148,149). Sum of RGB (Red+Green+Blue) = 249+148+149=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F99495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99495 is #066B6A. Grayscale: #B2B2B2. Windows color (decimal): -420715 or 9803001. OLE color: 9803001.

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

Color convert

RGB 249 148 149 -
CMYK 0 0.41 0.40 0.02
HSL 359.41º 0.89% 0.78% -
HSV(B) 359.41º 0.41% 0.98% -
XYZ 55.08 43.49 33.92 -
YUV 178.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 249 148 149 0 0.41 0.40 0.02 359.41 0.89 0.78
Hex F9 94 95 0 29 28 2 167 59 4E
Octal 371 224 225 0 51 50 2 547 131 116
Binary 11111001 10010100 10010101 0 101001 101000 10 101100111 1011001 1001110

Color Harmonies of #F99495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99495

Black with #F99495

Text Example


Text Example

White with #F99495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99495; }

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

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

background-color css

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

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

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

border-color css

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

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

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