Html Css Color HEX #F2A1A7 Wewak

📋 copy color: '#F2A1A7'

red 242 ◦ green 161 ◦ blue 167

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

Shades of Wewak #F2A1A7

Tints of Wewak #F2A1A7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.25%

 BLUE value IS 167 (65.63% from 255) = 29.3%

R = 42.46%
G = 28.25%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F2A1A7 (or 0xF2A1A7) is known color: Wewak. HEX triplet: F2, A1 and A7. RGB value is (242,161,167). Sum of RGB (Red+Green+Blue) = 242+161+167=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A1A7 is #0D5E58. Grayscale: #B9B9B9. Windows color (decimal): -876121 or 10985970. OLE color: 10985970.

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

Color convert

RGB 242 161 167 -
CMYK 0 0.33 0.31 0.05
HSL 355.56º 0.76% 0.79% -
HSV(B) 355.56º 0.33% 0.95% -
XYZ 56.34 47.16 42.69 -
YUV 185.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 242 161 167 0 0.33 0.31 0.05 355.56 0.76 0.79
Hex F2 A1 A7 0 21 1F 5 164 4C 4F
Octal 362 241 247 0 41 37 5 544 114 117
Binary 11110010 10100001 10100111 0 100001 11111 101 101100100 1001100 1001111

Color Harmonies of #F2A1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A1A7

Black with #F2A1A7

Text Example


Text Example

White with #F2A1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A1A7; }

 p { color: rgb(242,161,167); }

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

background-color css

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

 a { background-color: rgb(242,161,167); }

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

border-color css

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

 span { border-color: rgb(242,161,167); }

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