Html Css Color HEX #F0959E Wewak

📋 copy color: '#F0959E'

red 240 ◦ green 149 ◦ blue 158

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

Shades of Wewak #F0959E

Tints of Wewak #F0959E

RGB

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

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

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

R = 43.88%
G = 27.24%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0959E (or 0xF0959E) is known color: Wewak. HEX triplet: F0, 95 and 9E. RGB value is (240,149,158). Sum of RGB (Red+Green+Blue) = 240+149+158=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0959E is #0F6A61. Grayscale: #B1B1B1. Windows color (decimal): -1010274 or 10393072. OLE color: 10393072.

HSL color Cylindrical-coordinate representation of color #F0959E: hue angle of 354.07º 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 #F0959E is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 158 -
CMYK 0 0.38 0.34 0.06
HSL 354.07º 0.75% 0.76% -
HSV(B) 354.07º 0.38% 0.94% -
XYZ 52.85 42.49 37.76 -
YUV 177.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 240 149 158 0 0.38 0.34 0.06 354.07 0.75 0.76
Hex F0 95 9E 0 26 22 6 162 4B 4C
Octal 360 225 236 0 46 42 6 542 113 114
Binary 11110000 10010101 10011110 0 100110 100010 110 101100010 1001011 1001100

Color Harmonies of #F0959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0959E

Black with #F0959E

Text Example


Text Example

White with #F0959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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