Html Css Color HEX #F2989B Wewak

📋 copy color: '#F2989B'

red 242 ◦ green 152 ◦ blue 155

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

Shades of Wewak #F2989B

Tints of Wewak #F2989B

RGB

 RED value IS 242 (94.92% from 255) = 44.08%

 GREEN value IS 152 (59.77% from 255) = 27.69%

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

R = 44.08%
G = 27.69%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2989B (or 0xF2989B) is known color: Wewak. HEX triplet: F2, 98 and 9B. RGB value is (242,152,155). Sum of RGB (Red+Green+Blue) = 242+152+155=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2989B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2989B is #0D6764. Grayscale: #B3B3B3. Windows color (decimal): -878437 or 10197234. OLE color: 10197234.

HSL color Cylindrical-coordinate representation of color #F2989B: hue angle of 358º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2989B is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 155 -
CMYK 0 0.37 0.36 0.05
HSL 358º 0.78% 0.77% -
HSV(B) 358º 0.37% 0.95% -
XYZ 53.76 43.7 36.61 -
YUV 179.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 242 152 155 0 0.37 0.36 0.05 358 0.78 0.77
Hex F2 98 9B 0 25 24 5 166 4E 4D
Octal 362 230 233 0 45 44 5 546 116 115
Binary 11110010 10011000 10011011 0 100101 100100 101 101100110 1001110 1001101

Color Harmonies of #F2989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2989B

Black with #F2989B

Text Example


Text Example

White with #F2989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2989B; }

 p { color: rgb(242,152,155); }

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

background-color css

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

 a { background-color: rgb(242,152,155); }

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

border-color css

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

 span { border-color: rgb(242,152,155); }

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