Html Css Color HEX #F08994 Wewak

📋 copy color: '#F08994'

red 240 ◦ green 137 ◦ blue 148

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

Shades of Wewak #F08994

Tints of Wewak #F08994

RGB

 RED value IS 240 (94.14% from 255) = 45.71%

 GREEN value IS 137 (53.91% from 255) = 26.1%

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

R = 45.71%
G = 26.1%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F08994 (or 0xF08994) is known color: Wewak. HEX triplet: F0, 89 and 94. RGB value is (240,137,148). Sum of RGB (Red+Green+Blue) = 240+137+148=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F08994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08994 is #0F766B. Grayscale: #A9A9A9. Windows color (decimal): -1013356 or 9734640. OLE color: 9734640.

HSL color Cylindrical-coordinate representation of color #F08994: hue angle of 353.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08994 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 148 -
CMYK 0 0.43 0.38 0.06
HSL 353.59º 0.77% 0.74% -
HSV(B) 353.59º 0.43% 0.94% -
XYZ 50.23 38.55 32.81 -
YUV 169.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 240 137 148 0 0.43 0.38 0.06 353.59 0.77 0.74
Hex F0 89 94 0 2B 26 6 162 4D 4A
Octal 360 211 224 0 53 46 6 542 115 112
Binary 11110000 10001001 10010100 0 101011 100110 110 101100010 1001101 1001010

Color Harmonies of #F08994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08994

Black with #F08994

Text Example


Text Example

White with #F08994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08994; }

 p { color: rgb(240,137,148); }

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

background-color css

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

 a { background-color: rgb(240,137,148); }

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

border-color css

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

 span { border-color: rgb(240,137,148); }

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