Html Css Color HEX #F99094 Wewak

📋 copy color: '#F99094'

red 249 ◦ green 144 ◦ blue 148

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

Shades of Wewak #F99094

Tints of Wewak #F99094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.62%

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

R = 46.03%
G = 26.62%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F99094 (or 0xF99094) is known color: Wewak. HEX triplet: F9, 90 and 94. RGB value is (249,144,148). Sum of RGB (Red+Green+Blue) = 249+144+148=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F99094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99094 is #066F6B. Grayscale: #AFAFAF. Windows color (decimal): -421740 or 9736441. OLE color: 9736441.

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

Color convert

RGB 249 144 148 -
CMYK 0 0.42 0.41 0.02
HSL 357.71º 0.9% 0.77% -
HSV(B) 357.71º 0.42% 0.98% -
XYZ 54.39 42.22 33.3 -
YUV 175.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 249 144 148 0 0.42 0.41 0.02 357.71 0.9 0.77
Hex F9 90 94 0 2A 29 2 166 5A 4D
Octal 371 220 224 0 52 51 2 546 132 115
Binary 11111001 10010000 10010100 0 101010 101001 10 101100110 1011010 1001101

Color Harmonies of #F99094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99094

Black with #F99094

Text Example


Text Example

White with #F99094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99094; }

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

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

background-color css

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

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

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

border-color css

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

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

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