Html Css Color HEX #F0A0A1 Wewak

📋 copy color: '#F0A0A1'

red 240 ◦ green 160 ◦ blue 161

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

Shades of Wewak #F0A0A1

Tints of Wewak #F0A0A1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.52%

 BLUE value IS 161 (63.28% from 255) = 28.7%

R = 42.78%
G = 28.52%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F0A0A1 (or 0xF0A0A1) is known color: Wewak. HEX triplet: F0, A0 and A1. RGB value is (240,160,161). Sum of RGB (Red+Green+Blue) = 240+160+161=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A0A1 is #0F5F5E. Grayscale: #B8B8B8. Windows color (decimal): -1007455 or 10592496. OLE color: 10592496.

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

Color convert

RGB 240 160 161 -
CMYK 0 0.33 0.33 0.06
HSL 359.25º 0.73% 0.78% -
HSV(B) 359.25º 0.33% 0.94% -
XYZ 54.94 46.24 39.75 -
YUV 184.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 240 160 161 0 0.33 0.33 0.06 359.25 0.73 0.78
Hex F0 A0 A1 0 21 21 6 167 49 4E
Octal 360 240 241 0 41 41 6 547 111 116
Binary 11110000 10100000 10100001 0 100001 100001 110 101100111 1001001 1001110

Color Harmonies of #F0A0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0A1

Black with #F0A0A1

Text Example


Text Example

White with #F0A0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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