Html Css Color HEX #F099A0 Wewak

📋 copy color: '#F099A0'

red 240 ◦ green 153 ◦ blue 160

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

Shades of Wewak #F099A0

Tints of Wewak #F099A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.67%

 BLUE value IS 160 (62.89% from 255) = 28.93%

R = 43.4%
G = 27.67%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F099A0 (or 0xF099A0) is known color: Wewak. HEX triplet: F0, 99 and A0. RGB value is (240,153,160). Sum of RGB (Red+Green+Blue) = 240+153+160=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F099A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F099A0 is #0F665F. Grayscale: #B3B3B3. Windows color (decimal): -1009248 or 10525168. OLE color: 10525168.

HSL color Cylindrical-coordinate representation of color #F099A0: hue angle of 355.17º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099A0 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 153 160 -
CMYK 0 0.36 0.33 0.06
HSL 355.17º 0.74% 0.77% -
HSV(B) 355.17º 0.36% 0.94% -
XYZ 53.67 43.85 38.89 -
YUV 179.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 240 153 160 0 0.36 0.33 0.06 355.17 0.74 0.77
Hex F0 99 A0 0 24 21 6 163 4A 4D
Octal 360 231 240 0 44 41 6 543 112 115
Binary 11110000 10011001 10100000 0 100100 100001 110 101100011 1001010 1001101

Color Harmonies of #F099A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F099A0

Black with #F099A0

Text Example


Text Example

White with #F099A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F099A0; }

 p { color: rgb(240,153,160); }

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

background-color css

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

 a { background-color: rgb(240,153,160); }

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

border-color css

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

 span { border-color: rgb(240,153,160); }

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