Html Css Color HEX #F09AA0 Wewak

📋 copy color: '#F09AA0'

red 240 ◦ green 154 ◦ blue 160

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

Shades of Wewak #F09AA0

Tints of Wewak #F09AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.8%

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

R = 43.32%
G = 27.8%
B = 28.88%

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

#F09AA0 (or 0xF09AA0) is known color: Wewak. HEX triplet: F0, 9A and A0. RGB value is (240,154,160). Sum of RGB (Red+Green+Blue) = 240+154+160=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09AA0 is #0F655F. Grayscale: #B4B4B4. Windows color (decimal): -1008992 or 10525424. OLE color: 10525424.

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

Color convert

RGB 240 154 160 -
CMYK 0 0.36 0.33 0.06
HSL 355.81º 0.74% 0.77% -
HSV(B) 355.81º 0.36% 0.94% -
XYZ 53.84 44.17 38.95 -
YUV 180.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 240 154 160 0 0.36 0.33 0.06 355.81 0.74 0.77
Hex F0 9A A0 0 24 21 6 164 4A 4D
Octal 360 232 240 0 44 41 6 544 112 115
Binary 11110000 10011010 10100000 0 100100 100001 110 101100100 1001010 1001101

Color Harmonies of #F09AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09AA0

Black with #F09AA0

Text Example


Text Example

White with #F09AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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