Html Css Color HEX #F08B9B Wewak

📋 copy color: '#F08B9B'

red 240 ◦ green 139 ◦ blue 155

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

Shades of Wewak #F08B9B

Tints of Wewak #F08B9B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.03%

 BLUE value IS 155 (60.94% from 255) = 29.03%

R = 44.94%
G = 26.03%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F08B9B (or 0xF08B9B) is known color: Wewak. HEX triplet: F0, 8B and 9B. RGB value is (240,139,155). Sum of RGB (Red+Green+Blue) = 240+139+155=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B9B is #0F7464. Grayscale: #ABABAB. Windows color (decimal): -1012837 or 10193904. OLE color: 10193904.

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

Color convert

RGB 240 139 155 -
CMYK 0 0.42 0.35 0.06
HSL 350.5º 0.77% 0.74% -
HSV(B) 350.5º 0.42% 0.94% -
XYZ 51.08 39.36 35.91 -
YUV 171.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 240 139 155 0 0.42 0.35 0.06 350.5 0.77 0.74
Hex F0 8B 9B 0 2A 23 6 15E 4D 4A
Octal 360 213 233 0 52 43 6 536 115 112
Binary 11110000 10001011 10011011 0 101010 100011 110 101011110 1001101 1001010

Color Harmonies of #F08B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B9B

Black with #F08B9B

Text Example


Text Example

White with #F08B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B9B; }

 p { color: rgb(240,139,155); }

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

background-color css

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

 a { background-color: rgb(240,139,155); }

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

border-color css

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

 span { border-color: rgb(240,139,155); }

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