Html Css Color HEX #F99195 Wewak

📋 copy color: '#F99195'

red 249 ◦ green 145 ◦ blue 149

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

Shades of Wewak #F99195

Tints of Wewak #F99195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.7%

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

R = 45.86%
G = 26.7%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F99195 (or 0xF99195) is known color: Wewak. HEX triplet: F9, 91 and 95. RGB value is (249,145,149). Sum of RGB (Red+Green+Blue) = 249+145+149=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F99195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99195 is #066E6A. Grayscale: #B0B0B0. Windows color (decimal): -421483 or 9802233. OLE color: 9802233.

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

Color convert

RGB 249 145 149 -
CMYK 0 0.42 0.40 0.02
HSL 357.69º 0.9% 0.77% -
HSV(B) 357.69º 0.42% 0.98% -
XYZ 54.62 42.56 33.77 -
YUV 176.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 249 145 149 0 0.42 0.40 0.02 357.69 0.9 0.77
Hex F9 91 95 0 2A 28 2 166 5A 4D
Octal 371 221 225 0 52 50 2 546 132 115
Binary 11111001 10010001 10010101 0 101010 101000 10 101100110 1011010 1001101

Color Harmonies of #F99195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99195

Black with #F99195

Text Example


Text Example

White with #F99195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99195; }

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

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

background-color css

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

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

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

border-color css

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

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

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