Html Css Color HEX #F0959B Wewak

📋 copy color: '#F0959B'

red 240 ◦ green 149 ◦ blue 155

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

Shades of Wewak #F0959B

Tints of Wewak #F0959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.39%

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

R = 44.12%
G = 27.39%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0959B (or 0xF0959B) is known color: Wewak. HEX triplet: F0, 95 and 9B. RGB value is (240,149,155). Sum of RGB (Red+Green+Blue) = 240+149+155=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0959B is #0F6A64. Grayscale: #B0B0B0. Windows color (decimal): -1010277 or 10196464. OLE color: 10196464.

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

Color convert

RGB 240 149 155 -
CMYK 0 0.38 0.35 0.06
HSL 356.04º 0.75% 0.76% -
HSV(B) 356.04º 0.38% 0.94% -
XYZ 52.6 42.39 36.42 -
YUV 176.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 240 149 155 0 0.38 0.35 0.06 356.04 0.75 0.76
Hex F0 95 9B 0 26 23 6 164 4B 4C
Octal 360 225 233 0 46 43 6 544 113 114
Binary 11110000 10010101 10011011 0 100110 100011 110 101100100 1001011 1001100

Color Harmonies of #F0959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0959B

Black with #F0959B

Text Example


Text Example

White with #F0959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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