Html Css Color HEX #F0969B Wewak

📋 copy color: '#F0969B'

red 240 ◦ green 150 ◦ blue 155

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

Shades of Wewak #F0969B

Tints of Wewak #F0969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.52%

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

R = 44.04%
G = 27.52%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0969B (or 0xF0969B) is known color: Wewak. HEX triplet: F0, 96 and 9B. RGB value is (240,150,155). Sum of RGB (Red+Green+Blue) = 240+150+155=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0969B is #0F6964. Grayscale: #B1B1B1. Windows color (decimal): -1010021 or 10196720. OLE color: 10196720.

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

Color convert

RGB 240 150 155 -
CMYK 0 0.37 0.35 0.06
HSL 356.67º 0.75% 0.76% -
HSV(B) 356.67º 0.38% 0.94% -
XYZ 52.76 42.7 36.47 -
YUV 177.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 240 150 155 0 0.37 0.35 0.06 356.67 0.75 0.76
Hex F0 96 9B 0 25 23 6 165 4B 4C
Octal 360 226 233 0 45 43 6 545 113 114
Binary 11110000 10010110 10011011 0 100101 100011 110 101100101 1001011 1001100

Color Harmonies of #F0969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0969B

Black with #F0969B

Text Example


Text Example

White with #F0969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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