Html Css Color HEX #F0949A Wewak

📋 copy color: '#F0949A'

red 240 ◦ green 148 ◦ blue 154

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

Shades of Wewak #F0949A

Tints of Wewak #F0949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.41%

R = 44.28%
G = 27.31%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0949A (or 0xF0949A) is known color: Wewak. HEX triplet: F0, 94 and 9A. RGB value is (240,148,154). Sum of RGB (Red+Green+Blue) = 240+148+154=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0949A is #0F6B65. Grayscale: #B0B0B0. Windows color (decimal): -1010534 or 10130672. OLE color: 10130672.

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

Color convert

RGB 240 148 154 -
CMYK 0 0.38 0.36 0.06
HSL 356.09º 0.75% 0.76% -
HSV(B) 356.09º 0.38% 0.94% -
XYZ 52.36 42.04 35.93 -
YUV 176.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 240 148 154 0 0.38 0.36 0.06 356.09 0.75 0.76
Hex F0 94 9A 0 26 24 6 164 4B 4C
Octal 360 224 232 0 46 44 6 544 113 114
Binary 11110000 10010100 10011010 0 100110 100100 110 101100100 1001011 1001100

Color Harmonies of #F0949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0949A

Black with #F0949A

Text Example


Text Example

White with #F0949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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