Html Css Color HEX #F2A4A6 Wewak

📋 copy color: '#F2A4A6'

red 242 ◦ green 164 ◦ blue 166

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

Shades of Wewak #F2A4A6

Tints of Wewak #F2A4A6

RGB

 RED value IS 242 (94.92% from 255) = 42.31%

 GREEN value IS 164 (64.45% from 255) = 28.67%

 BLUE value IS 166 (65.23% from 255) = 29.02%

R = 42.31%
G = 28.67%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F2A4A6 (or 0xF2A4A6) is known color: Wewak. HEX triplet: F2, A4 and A6. RGB value is (242,164,166). Sum of RGB (Red+Green+Blue) = 242+164+166=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A4A6 is #0D5B59. Grayscale: #BBBBBB. Windows color (decimal): -875354 or 10921202. OLE color: 10921202.

HSL color Cylindrical-coordinate representation of color #F2A4A6: hue angle of 358.46º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A4A6 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 164 166 -
CMYK 0 0.32 0.31 0.05
HSL 358.46º 0.75% 0.8% -
HSV(B) 358.46º 0.32% 0.95% -
XYZ 56.78 48.18 42.38 -
YUV 187.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 242 164 166 0 0.32 0.31 0.05 358.46 0.75 0.8
Hex F2 A4 A6 0 20 1F 5 166 4B 50
Octal 362 244 246 0 40 37 5 546 113 120
Binary 11110010 10100100 10100110 0 100000 11111 101 101100110 1001011 1010000

Color Harmonies of #F2A4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A4A6

Black with #F2A4A6

Text Example


Text Example

White with #F2A4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A4A6; }

 p { color: rgb(242,164,166); }

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

background-color css

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

 a { background-color: rgb(242,164,166); }

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

border-color css

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

 span { border-color: rgb(242,164,166); }

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