Html Css Color HEX #F99294 Wewak

📋 copy color: '#F99294'

red 249 ◦ green 146 ◦ blue 148

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

Shades of Wewak #F99294

Tints of Wewak #F99294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.26%

R = 45.86%
G = 26.89%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F99294 (or 0xF99294) is known color: Wewak. HEX triplet: F9, 92 and 94. RGB value is (249,146,148). Sum of RGB (Red+Green+Blue) = 249+146+148=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F99294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99294 is #066D6B. Grayscale: #B1B1B1. Windows color (decimal): -421228 or 9736953. OLE color: 9736953.

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

Color convert

RGB 249 146 148 -
CMYK 0 0.41 0.41 0.02
HSL 358.84º 0.9% 0.77% -
HSV(B) 358.84º 0.41% 0.98% -
XYZ 54.69 42.84 33.4 -
YUV 177.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 249 146 148 0 0.41 0.41 0.02 358.84 0.9 0.77
Hex F9 92 94 0 29 29 2 167 5A 4D
Octal 371 222 224 0 51 51 2 547 132 115
Binary 11111001 10010010 10010100 0 101001 101001 10 101100111 1011010 1001101

Color Harmonies of #F99294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99294

Black with #F99294

Text Example


Text Example

White with #F99294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99294; }

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

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

background-color css

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

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

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

border-color css

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

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

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