Html Css Color HEX #F08C9E Wewak

📋 copy color: '#F08C9E'

red 240 ◦ green 140 ◦ blue 158

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

Shades of Wewak #F08C9E

Tints of Wewak #F08C9E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

 BLUE value IS 158 (62.11% from 255) = 29.37%

R = 44.61%
G = 26.02%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F08C9E (or 0xF08C9E) is known color: Wewak. HEX triplet: F0, 8C and 9E. RGB value is (240,140,158). Sum of RGB (Red+Green+Blue) = 240+140+158=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C9E is #0F7361. Grayscale: #ABABAB. Windows color (decimal): -1012578 or 10390768. OLE color: 10390768.

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

Color convert

RGB 240 140 158 -
CMYK 0 0.42 0.34 0.06
HSL 349.2º 0.77% 0.75% -
HSV(B) 349.2º 0.42% 0.94% -
XYZ 51.48 39.75 37.31 -
YUV 171.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 240 140 158 0 0.42 0.34 0.06 349.2 0.77 0.75
Hex F0 8C 9E 0 2A 22 6 15D 4D 4B
Octal 360 214 236 0 52 42 6 535 115 113
Binary 11110000 10001100 10011110 0 101010 100010 110 101011101 1001101 1001011

Color Harmonies of #F08C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C9E

Black with #F08C9E

Text Example


Text Example

White with #F08C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C9E; }

 p { color: rgb(240,140,158); }

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

background-color css

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

 a { background-color: rgb(240,140,158); }

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

border-color css

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

 span { border-color: rgb(240,140,158); }

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