Html Css Color HEX #F0A0A3 Wewak

📋 copy color: '#F0A0A3'

red 240 ◦ green 160 ◦ blue 163

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

Shades of Wewak #F0A0A3

Tints of Wewak #F0A0A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.95%

R = 42.63%
G = 28.42%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F0A0A3 (or 0xF0A0A3) is known color: Wewak. HEX triplet: F0, A0 and A3. RGB value is (240,160,163). Sum of RGB (Red+Green+Blue) = 240+160+163=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A0A3 is #0F5F5C. Grayscale: #B8B8B8. Windows color (decimal): -1007453 or 10723568. OLE color: 10723568.

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

Color convert

RGB 240 160 163 -
CMYK 0 0.33 0.32 0.06
HSL 357.75º 0.73% 0.78% -
HSV(B) 357.75º 0.33% 0.94% -
XYZ 55.12 46.31 40.68 -
YUV 184.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 240 160 163 0 0.33 0.32 0.06 357.75 0.73 0.78
Hex F0 A0 A3 0 21 20 6 166 49 4E
Octal 360 240 243 0 41 40 6 546 111 116
Binary 11110000 10100000 10100011 0 100001 100000 110 101100110 1001001 1001110

Color Harmonies of #F0A0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0A3

Black with #F0A0A3

Text Example


Text Example

White with #F0A0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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