Html Css Color HEX #F0949B Wewak

📋 copy color: '#F0949B'

red 240 ◦ green 148 ◦ blue 155

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

Shades of Wewak #F0949B

Tints of Wewak #F0949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.26%

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

R = 44.2%
G = 27.26%
B = 28.55%

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

#F0949B (or 0xF0949B) is known color: Wewak. HEX triplet: F0, 94 and 9B. RGB value is (240,148,155). Sum of RGB (Red+Green+Blue) = 240+148+155=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0949B is #0F6B64. Grayscale: #B0B0B0. Windows color (decimal): -1010533 or 10196208. OLE color: 10196208.

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

Color convert

RGB 240 148 155 -
CMYK 0 0.38 0.35 0.06
HSL 355.43º 0.75% 0.76% -
HSV(B) 355.43º 0.38% 0.94% -
XYZ 52.44 42.07 36.37 -
YUV 176.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 240 148 155 0 0.38 0.35 0.06 355.43 0.75 0.76
Hex F0 94 9B 0 26 23 6 163 4B 4C
Octal 360 224 233 0 46 43 6 543 113 114
Binary 11110000 10010100 10011011 0 100110 100011 110 101100011 1001011 1001100

Color Harmonies of #F0949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0949B

Black with #F0949B

Text Example


Text Example

White with #F0949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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