Html Css Color HEX #F094A2 Wewak

📋 copy color: '#F094A2'

red 240 ◦ green 148 ◦ blue 162

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

Shades of Wewak #F094A2

Tints of Wewak #F094A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.45%

R = 43.64%
G = 26.91%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F094A2 (or 0xF094A2) is known color: Wewak. HEX triplet: F0, 94 and A2. RGB value is (240,148,162). Sum of RGB (Red+Green+Blue) = 240+148+162=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F094A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F094A2 is #0F6B5D. Grayscale: #B1B1B1. Windows color (decimal): -1010526 or 10654960. OLE color: 10654960.

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

Color convert

RGB 240 148 162 -
CMYK 0 0.38 0.32 0.06
HSL 350.87º 0.75% 0.76% -
HSV(B) 350.87º 0.38% 0.94% -
XYZ 53.05 42.31 39.55 -
YUV 177.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 240 148 162 0 0.38 0.32 0.06 350.87 0.75 0.76
Hex F0 94 A2 0 26 20 6 15F 4B 4C
Octal 360 224 242 0 46 40 6 537 113 114
Binary 11110000 10010100 10100010 0 100110 100000 110 101011111 1001011 1001100

Color Harmonies of #F094A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094A2

Black with #F094A2

Text Example


Text Example

White with #F094A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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