Html Css Color HEX #F0949C Wewak

📋 copy color: '#F0949C'

red 240 ◦ green 148 ◦ blue 156

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

Shades of Wewak #F0949C

Tints of Wewak #F0949C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 44.12%
G = 27.21%
B = 28.68%

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

#F0949C (or 0xF0949C) is known color: Wewak. HEX triplet: F0, 94 and 9C. RGB value is (240,148,156). Sum of RGB (Red+Green+Blue) = 240+148+156=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0949C is #0F6B63. Grayscale: #B0B0B0. Windows color (decimal): -1010532 or 10261744. OLE color: 10261744.

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

Color convert

RGB 240 148 156 -
CMYK 0 0.38 0.35 0.06
HSL 354.78º 0.75% 0.76% -
HSV(B) 354.78º 0.38% 0.94% -
XYZ 52.53 42.11 36.81 -
YUV 176.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 240 148 156 0 0.38 0.35 0.06 354.78 0.75 0.76
Hex F0 94 9C 0 26 23 6 163 4B 4C
Octal 360 224 234 0 46 43 6 543 113 114
Binary 11110000 10010100 10011100 0 100110 100011 110 101100011 1001011 1001100

Color Harmonies of #F0949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0949C

Black with #F0949C

Text Example


Text Example

White with #F0949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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