Html Css Color HEX #F99295 Wewak

📋 copy color: '#F99295'

red 249 ◦ green 146 ◦ blue 149

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

Shades of Wewak #F99295

Tints of Wewak #F99295

RGB

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

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

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

R = 45.77%
G = 26.84%
B = 27.39%

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

#F99295 (or 0xF99295) is known color: Wewak. HEX triplet: F9, 92 and 95. RGB value is (249,146,149). Sum of RGB (Red+Green+Blue) = 249+146+149=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F99295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99295 is #066D6A. Grayscale: #B1B1B1. Windows color (decimal): -421227 or 9802489. OLE color: 9802489.

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

Color convert

RGB 249 146 149 -
CMYK 0 0.41 0.40 0.02
HSL 358.25º 0.9% 0.77% -
HSV(B) 358.25º 0.41% 0.98% -
XYZ 54.77 42.87 33.82 -
YUV 177.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 249 146 149 0 0.41 0.40 0.02 358.25 0.9 0.77
Hex F9 92 95 0 29 28 2 166 5A 4D
Octal 371 222 225 0 51 50 2 546 132 115
Binary 11111001 10010010 10010101 0 101001 101000 10 101100110 1011010 1001101

Color Harmonies of #F99295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99295

Black with #F99295

Text Example


Text Example

White with #F99295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99295; }

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

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

background-color css

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

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

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

border-color css

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

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

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