Html Css Color HEX #F692A0 Wewak

📋 copy color: '#F692A0'

red 246 ◦ green 146 ◦ blue 160

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

Shades of Wewak #F692A0

Tints of Wewak #F692A0

RGB

 RED value IS 246 (96.48% from 255) = 44.57%

 GREEN value IS 146 (57.42% from 255) = 26.45%

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

R = 44.57%
G = 26.45%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F692A0 (or 0xF692A0) is known color: Wewak. HEX triplet: F6, 92 and A0. RGB value is (246,146,160). Sum of RGB (Red+Green+Blue) = 246+146+160=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F692A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F692A0 is #096D5F. Grayscale: #B1B1B1. Windows color (decimal): -617824 or 10523382. OLE color: 10523382.

HSL color Cylindrical-coordinate representation of color #F692A0: hue angle of 351.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692A0 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 146 160 -
CMYK 0 0.41 0.35 0.04
HSL 351.6º 0.85% 0.77% -
HSV(B) 351.6º 0.41% 0.96% -
XYZ 54.63 42.69 38.62 -
YUV 177.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 246 146 160 0 0.41 0.35 0.04 351.6 0.85 0.77
Hex F6 92 A0 0 29 23 4 160 55 4D
Octal 366 222 240 0 51 43 4 540 125 115
Binary 11110110 10010010 10100000 0 101001 100011 100 101100000 1010101 1001101

Color Harmonies of #F692A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F692A0

Black with #F692A0

Text Example


Text Example

White with #F692A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F692A0; }

 p { color: rgb(246,146,160); }

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

background-color css

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

 a { background-color: rgb(246,146,160); }

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

border-color css

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

 span { border-color: rgb(246,146,160); }

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